diff options
author | agc <agc> | 1999-04-13 15:31:04 +0000 |
---|---|---|
committer | agc <agc> | 1999-04-13 15:31:04 +0000 |
commit | 3ee562875ab6bb45172d13821411f389c781afd1 (patch) | |
tree | 10011f1b1df36d86736657a022b3a25bb9d7a76a /misc | |
parent | 37437787b6bd0afb32306ac95d822df30f896589 (diff) | |
download | pkgsrc-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 'misc')
-rw-r--r-- | misc/dt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/dt/Makefile b/misc/dt/Makefile index 571613b4733..6c3904686d2 100644 --- a/misc/dt/Makefile +++ b/misc/dt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 15:48:51 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/13 15:31:06 agc Exp $ # DISTNAME= dt-1.1.6 @@ -19,9 +19,7 @@ ALL_TARGET= depend all DTDOCSDIR= ${PREFIX}/share/doc/dt post-install: -.if !defined(NOPORTDOCS) ${INSTALL_DATA_DIR} ${DTDOCSDIR} (cd ${WRKSRC}; ${INSTALL_DATA} README dt.html example.dtrc ${DTDOCSDIR}) -.endif .include "../../mk/bsd.pkg.mk" |