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 /converters/uudeview/Makefile | |
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 'converters/uudeview/Makefile')
-rw-r--r-- | converters/uudeview/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index b9456ae3c7c..2cb19586080 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/09/28 13:43:35 tron Exp $ +# $NetBSD: Makefile,v 1.11 1999/04/13 15:31:05 agc Exp $ # FreeBSD Id: Makefile,v 1.15 1998/02/18 22:19:58 hoek Exp # @@ -17,16 +17,10 @@ CONFIGURE_ENV= LDFLAGS=-s PORTDOCDIR?= share/doc/uudeview -.include "../../mk/bsd.prefs.mk" - post-install: -.if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}" @${MKDIR} ${PREFIX}/${PORTDOCDIR} @${INSTALL_MAN} ${WRKSRC}/HOWTO ${PREFIX}/${PORTDOCDIR} @${INSTALL_MAN} ${FILESDIR}/porting.notes ${PREFIX}/${PORTDOCDIR} -.else - @${ECHO_MSG} "===> Not copying available documents" -.endif .include "../../mk/bsd.pkg.mk" |