summaryrefslogtreecommitdiff
path: root/graphics/xplot
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 /graphics/xplot
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 'graphics/xplot')
-rw-r--r--graphics/xplot/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile
index b73c204a465..acef6bb9c86 100644
--- a/graphics/xplot/Makefile
+++ b/graphics/xplot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1999/01/30 23:18:51 agc Exp $
+# $NetBSD: Makefile,v 1.11 1999/04/13 15:31:05 agc Exp $
#
DISTNAME= xplot-0.90
@@ -13,14 +13,10 @@ 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
.for file in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xplot
.endfor
-.endif
.include "../../mk/bsd.pkg.mk"