diff options
author | agc <agc> | 1998-06-03 14:05:11 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-03 14:05:11 +0000 |
commit | 76186bc076fc4a043b0c7ba8d3072627442124d3 (patch) | |
tree | 05ed56c7c2842d1123a1dc34fcf3e939f7a0ae64 /x11 | |
parent | 46bd95f070b9298c262aab4cef6c4a66d1fed01d (diff) | |
download | pkgsrc-76186bc076fc4a043b0c7ba8d3072627442124d3.tar.gz |
Include bsd.prefs.mk, in case variables are set in /etc/mk.conf
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xplot/Makefile | 4 | ||||
-rw-r--r-- | x11/xpns/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11/xplot/Makefile b/x11/xplot/Makefile index b8314f74579..32cd2f7abde 100644 --- a/x11/xplot/Makefile +++ b/x11/xplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/15 10:38:58 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/06/03 14:05:12 agc Exp $ # DISTNAME= xplot-0.90 @@ -12,6 +12,8 @@ GNU_CONFIGURE= yes DOCFILES= ANNOUNCE README README.tcp_plots demo.0 demo.1 demo.2 \ demo.3 demo.4 demo.5 demo.6 demo.7 +.include "../../mk/bsd.prefs.mk" + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/xplot diff --git a/x11/xpns/Makefile b/x11/xpns/Makefile index bc8a2fd7b38..dc320580be5 100644 --- a/x11/xpns/Makefile +++ b/x11/xpns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/04/15 10:38:58 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/06/03 14:05:11 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1997/06/29 09:38:20 obrien Exp # @@ -15,6 +15,8 @@ NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= pns +.include "../../mk/bsd.prefs.mk" + do-install: ${MKDIR} ${PREFIX}/lib/xpns ${INSTALL_PROGRAM} ${WRKSRC}/pns ${PREFIX}/lib/xpns/ |