diff options
author | agc <agc@pkgsrc.org> | 1999-04-13 15:31:04 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-04-13 15:31:04 +0000 |
commit | e20be6c347e1a161c46b6d9315b5ab31353dc84d (patch) | |
tree | 10011f1b1df36d86736657a022b3a25bb9d7a76a /devel | |
parent | fed2323244a8741193ec0ca8e1e2711cefec7a08 (diff) | |
download | pkgsrc-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 'devel')
-rw-r--r-- | devel/ddd/Makefile | 4 | ||||
-rw-r--r-- | devel/tkcvs/Makefile | 6 |
2 files changed, 2 insertions, 8 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) diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index ff241cbeb3b..b44fa4a5f55 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/04/01 13:38:43 agc Exp $ +# $NetBSD: Makefile,v 1.10 1999/04/13 15:31:05 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/24 21:43:24 jseger Exp # @@ -20,13 +20,9 @@ post-extract: do-install: (cd ${WRKSRC}/tkcvs; ${SETENV} ${MAKE_ENV} sh ./doinstall) -.include "../../mk/bsd.prefs.mk" - post-install: -.if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/tkcvs ${INSTALL_DATA} ${WRKSRC}/README.tkcvs ${PREFIX}/share/doc/tkcvs/ ${INSTALL_DATA} ${WRKSRC}/tkdiff/README ${PREFIX}/share/doc/tkcvs/README.tkdiff -.endif .include "../../mk/bsd.pkg.mk" |