pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rgbds devel/rgbds: Honour PKGMANDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c310927d005f
branches:  trunk
changeset: 323964:c310927d005f
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Oct 03 13:17:06 2018 +0000

description:
devel/rgbds: Honour PKGMANDIR.

diffstat:

 devel/rgbds/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 35ad651a03f1 -r c310927d005f devel/rgbds/Makefile
--- a/devel/rgbds/Makefile      Wed Oct 03 12:48:44 2018 +0000
+++ b/devel/rgbds/Makefile      Wed Oct 03 13:17:06 2018 +0000
@@ -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 @@
 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