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 /shells | |
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 'shells')
-rw-r--r-- | shells/bash2/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 0046e72fb15..e2ad34e28c6 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/03/22 16:08:33 bad Exp $ +# $NetBSD: Makefile,v 1.19 1999/04/13 15:31:07 agc Exp $ # FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp # @@ -8,12 +8,7 @@ DISTNAME= bash-${V} CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ \ ${MASTER_SITE_GNU:=/bash/} - -.include "../../mk/bsd.prefs.mk" - -.if !defined(NOPORTDOCS) DISTFILES= bash-${V}.tar.gz bash-doc-${DV}.tar.gz -.endif MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/bash/bash.html @@ -29,7 +24,6 @@ post-install: ${CP} /etc/shells /etc/shells.bak (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO} ${PREFIX}/bin/bash) >/etc/shells ${RM} /etc/shells.bak -.if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/bash ${INSTALL_MAN} \ ${WRKDIR}/doc/article.ps \ @@ -43,6 +37,5 @@ post-install: ${WRKDIR}/doc/article.txt \ ${PREFIX}/share/doc/bash ${GZIP_CMD} ${PREFIX}/share/doc/bash/*.ps -.endif .include "../../mk/bsd.pkg.mk" |