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 /graphics/xv | |
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 'graphics/xv')
-rw-r--r-- | graphics/xv/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 2e1cfdff163..fb82f537f44 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/04/07 09:49:33 agc Exp $ +# $NetBSD: Makefile,v 1.18 1999/04/13 15:31:06 agc Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp # @@ -37,9 +37,7 @@ post-patch: post-install: ${MKDIR} ${PREFIX}/share/doc/xv ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xv -.if !defined(NOPORTDOCS) ${INSTALL_DATA} ${WRKSRC}/docs/xvdocs.ps ${PREFIX}/share/doc/xv -.endif .if ${OPSYS} == "SunOS" MAKE_ENV+= CPPFLAGS= |