pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/rgbds



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Oct  3 13:17:06 UTC 2018

Modified Files:
        pkgsrc/devel/rgbds: Makefile

Log Message:
devel/rgbds: Honour PKGMANDIR.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/rgbds/Makefile

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

Modified files:

Index: pkgsrc/devel/rgbds/Makefile
diff -u pkgsrc/devel/rgbds/Makefile:1.2 pkgsrc/devel/rgbds/Makefile:1.3
--- pkgsrc/devel/rgbds/Makefile:1.2     Fri Aug 17 18:17:59 2018
+++ pkgsrc/devel/rgbds/Makefile Wed Oct  3 13:17:06 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/08/17 18:17:59 nia Exp $
+# $NetBSD: Makefile,v 1.3 2018/10/03 13:17:06 nia Exp $
 
 DISTNAME=      rgbds-0.3.7
 CATEGORIES=    devel
@@ -13,5 +13,7 @@ LICENSE=      mit
 EXTRACT_USING= bsdtar
 USE_TOOLS+=    gmake pkg-config lex yacc
 
+MAKE_FLAGS+=   mandir=${PREFIX}/${PKGMANDIR}
+
 .include "../../graphics/png/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index