summaryrefslogtreecommitdiff
path: root/print/gv
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-04-13 15:31:04 +0000
committeragc <agc@pkgsrc.org>1999-04-13 15:31:04 +0000
commite20be6c347e1a161c46b6d9315b5ab31353dc84d (patch)
tree10011f1b1df36d86736657a022b3a25bb9d7a76a /print/gv
parentfed2323244a8741193ec0ca8e1e2711cefec7a08 (diff)
downloadpkgsrc-e20be6c347e1a161c46b6d9315b5ab31353dc84d.tar.gz
Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
Diffstat (limited to 'print/gv')
-rw-r--r--print/gv/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile
index 4f2f852a6c0..e54127dc38b 100644
--- a/print/gv/Makefile
+++ b/print/gv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 1998/12/23 23:09:59 frueauf Exp $
+# $NetBSD: Makefile,v 1.17 1999/04/13 15:31:07 agc Exp $
# FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp
#
@@ -14,15 +14,11 @@ DEPENDS+= ghostscript-5.50:../../print/ghostscript5
USE_IMAKE= yes
-.include "../../mk/bsd.prefs.mk"
-
post-extract:
${MV} ${WRKSRC}/doc/gv.man ${WRKSRC}/source/
post-install:
-.if !defined(NOPORTDOCS)
@(cd ${WRKSRC}; ${MAKE} install.doc)
-.endif
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include "../../mk/bsd.pkg.mk"