diff options
author | agc <agc@pkgsrc.org> | 1998-06-03 14:08:50 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-03 14:08:50 +0000 |
commit | 008120493adf6c04a1605df3bb5cfb2a195e989f (patch) | |
tree | c7cfe3781356d4b31d1eb99b3d5ca0bd956f11b8 /print/gv | |
parent | 39110570b634c02a10b57e511cf93f5b337fcafb (diff) | |
download | pkgsrc-008120493adf6c04a1605df3bb5cfb2a195e989f.tar.gz |
Include bsd.prefs.mk, so that variables can be set in /etc/mk.conf
Diffstat (limited to 'print/gv')
-rw-r--r-- | print/gv/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index 85cf02f2dff..69e632fbc91 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/04/24 09:20:37 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/03 14:08:50 agc Exp $ # FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp # @@ -15,6 +15,8 @@ USE_IMAKE= yes CAT1= gv.0 +.include "../../mk/bsd.prefs.mk" + post-install: .if !defined(NOPORTDOCS) @(cd ${WRKSRC}; ${MAKE} install.doc) |