toxic: Use PKGMANDIR in Makefile

This commit is contained in:
ng0 2019-02-07 22:47:19 +00:00
parent ce32a7b792
commit 436f87d74f
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ USE_LANGUAGES+= c
SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= post-patch
SUBST_MESSAGE.makefile= Fixing variable for manpath
SUBST_SED.makefile= -e 's|/share/man|/man|g'
SUBST_FILES.makefile= ${WRKSRC}/cfg/global_vars.mk
SUBST_SED.makefile= -e 's|share/man|${PKGMANDIR}|g'
SUBST_FILES.makefile= cfg/global_vars.mk
.include "options.mk"