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 /japanese/micq | |
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 'japanese/micq')
-rw-r--r-- | japanese/micq/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/micq/Makefile b/japanese/micq/Makefile index f0ef481492e..71c65707e90 100644 --- a/japanese/micq/Makefile +++ b/japanese/micq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/03/30 07:56:03 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/13 15:31:06 agc Exp $ DISTNAME= micq PKGNAME= ja-micq-0.3.3 @@ -19,11 +19,9 @@ WRKSRC= ${WRKDIR}/micq981218 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/micq ${PREFIX}/bin -.if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/micq .for file in README TODO WISHLIST commands.txt ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/micq .endfor -.endif .include "../../mk/bsd.pkg.mk" |