pkgsrc-WIP-changes archive

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

yabar: Use PKGMANDIR instead of PREFIX/man



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Wed Jun 15 01:08:23 2016 +0200
Changeset:	e5e179d2482c30a1b72d584dd3817cf0e7310500

Modified Files:
	yabar/Makefile

Log Message:
yabar: Use PKGMANDIR instead of PREFIX/man

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

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

diffstat:
 yabar/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/yabar/Makefile b/yabar/Makefile
index b1ec9a8..5720ff1 100644
--- a/yabar/Makefile
+++ b/yabar/Makefile
@@ -17,7 +17,7 @@ WRKSRC=	${WRKDIR}/yabar-0.4.0
 
 USE_TOOLS+=	gmake
 
-MAKE_FLAGS+=	MANPREFIX=${PREFIX}/man
+MAKE_FLAGS+=	MANPREFIX=${PKGMANDIR}
 
 .include "../../devel/libconfig/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"


Home | Main Index | Thread Index | Old Index