diff options
author | agc <agc> | 1999-04-13 15:31:04 +0000 |
---|---|---|
committer | agc <agc> | 1999-04-13 15:31:04 +0000 |
commit | 012d2433cb0129b4d7212f903c7c2343d95160ae (patch) | |
tree | 10011f1b1df36d86736657a022b3a25bb9d7a76a /x11/xpns | |
parent | b897911e5e2ceb946d8ed80b5035f46d65799d57 (diff) | |
download | pkgsrc-012d2433cb0129b4d7212f903c7c2343d95160ae.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 'x11/xpns')
-rw-r--r-- | x11/xpns/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/xpns/Makefile b/x11/xpns/Makefile index 9cedb893452..26dc62d57df 100644 --- a/x11/xpns/Makefile +++ b/x11/xpns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/01/30 23:18:58 agc Exp $ +# $NetBSD: Makefile,v 1.8 1999/04/13 15:31:07 agc Exp $ # FreeBSD Id: Makefile,v 1.2 1997/06/29 09:38:20 obrien Exp # @@ -16,8 +16,6 @@ NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= pns -.include "../../mk/bsd.prefs.mk" - do-install: ${MKDIR} ${PREFIX}/lib/xpns ${INSTALL_PROGRAM} ${WRKSRC}/pns ${PREFIX}/lib/xpns/ @@ -26,9 +24,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/xpns ${PREFIX}/bin/xpns post-install: -.if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/xpns ${CP} ${WRKSRC}/*.net ${PREFIX}/share/doc/xpns/ -.endif .include "../../mk/bsd.pkg.mk" |