pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

toxic: Use PKGMANDIR in Makefile



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Thu Feb 7 22:47:19 2019 +0000
Changeset:	436f87d74f0d0dbc2b66c2a58daa084523b3df48

Modified Files:
	toxic-git/Makefile

Log Message:
toxic: Use PKGMANDIR in Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=436f87d74f0d0dbc2b66c2a58daa084523b3df48

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 toxic-git/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/toxic-git/Makefile b/toxic-git/Makefile
index 53006fd653..66760ff2a9 100644
--- a/toxic-git/Makefile
+++ b/toxic-git/Makefile
@@ -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"
 


Home | Main Index | Thread Index | Old Index