summaryrefslogtreecommitdiff
path: root/cad/spice
diff options
context:
space:
mode:
authoragc <agc>1999-04-13 15:31:04 +0000
committeragc <agc>1999-04-13 15:31:04 +0000
commit012d2433cb0129b4d7212f903c7c2343d95160ae (patch)
tree10011f1b1df36d86736657a022b3a25bb9d7a76a /cad/spice
parentb897911e5e2ceb946d8ed80b5035f46d65799d57 (diff)
downloadpkgsrc-012d2433cb0129b4d7212f903c7c2343d95160ae.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 'cad/spice')
-rw-r--r--cad/spice/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile
index f44134b3060..c62f19d32e8 100644
--- a/cad/spice/Makefile
+++ b/cad/spice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/01/30 23:18:45 agc Exp $
+# $NetBSD: Makefile,v 1.9 1999/04/13 15:31:05 agc Exp $
# FreeBSD Id: Makefile,v 1.10 1998/06/08 09:21:37 tg Exp
#
@@ -49,10 +49,8 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/man/man3/mfb.3 ${PREFIX}/man/man3/mfb.3
post-install:
-.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/examples/spice3
${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${PREFIX}/share/examples/spice3
-.endif
.include "../../mk/bsd.pkg.mk"