summaryrefslogtreecommitdiff
path: root/devel/ddd
diff options
context:
space:
mode:
authoragc <agc>1999-04-13 15:31:04 +0000
committeragc <agc>1999-04-13 15:31:04 +0000
commit3ee562875ab6bb45172d13821411f389c781afd1 (patch)
tree10011f1b1df36d86736657a022b3a25bb9d7a76a /devel/ddd
parent37437787b6bd0afb32306ac95d822df30f896589 (diff)
downloadpkgsrc-3ee562875ab6bb45172d13821411f389c781afd1.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 'devel/ddd')
-rw-r--r--devel/ddd/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile
index 9b03fcdb67c..842a89a6028 100644
--- a/devel/ddd/Makefile
+++ b/devel/ddd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 1999/03/27 23:08:45 frueauf Exp $
+# $NetBSD: Makefile,v 1.21 1999/04/13 15:31:05 agc Exp $
# $FreeBSD Id: Makefile,v 1.5 1998/02/19 09:43:16 obrien Exp
#
@@ -36,7 +36,6 @@ post-configure:
${ECHO} "LIBXM = ${MOTIFLIB}" >> ${WRKSRC}/ddd/Makefile
post-install:
-.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/ddd
${INSTALL_DATA} ${WRKSRC}/PROBLEMS ${PREFIX}/share/doc/ddd
${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/ddd
@@ -45,7 +44,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/sample.dddinit ${PREFIX}/share/doc/ddd
${GZIP_CMD} ${PREFIX}/share/doc/ddd/ddd-paper.ps
${GZIP_CMD} ${PREFIX}/share/doc/ddd/ddd.man.ps
-.endif
check:
(cd ${WRKSRC} ; ${GMAKE} check)