diff options
author | agc <agc@pkgsrc.org> | 1998-06-03 14:05:11 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-03 14:05:11 +0000 |
commit | 39110570b634c02a10b57e511cf93f5b337fcafb (patch) | |
tree | 05ed56c7c2842d1123a1dc34fcf3e939f7a0ae64 /graphics/xplot/Makefile | |
parent | d6d990e59b75f294c7f7bb6508a55be3902b9061 (diff) | |
download | pkgsrc-39110570b634c02a10b57e511cf93f5b337fcafb.tar.gz |
Include bsd.prefs.mk, in case variables are set in /etc/mk.conf
Diffstat (limited to 'graphics/xplot/Makefile')
-rw-r--r-- | graphics/xplot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile index b8314f74579..32cd2f7abde 100644 --- a/graphics/xplot/Makefile +++ b/graphics/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 |