summaryrefslogtreecommitdiff
path: root/net/bing
diff options
context:
space:
mode:
authoragc <agc>1999-04-13 15:31:04 +0000
committeragc <agc>1999-04-13 15:31:04 +0000
commit3ee562875ab6bb45172d13821411f389c781afd1 (patch)
tree10011f1b1df36d86736657a022b3a25bb9d7a76a /net/bing
parent37437787b6bd0afb32306ac95d822df30f896589 (diff)
downloadpkgsrc-3ee562875ab6bb45172d13821411f389c781afd1.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 'net/bing')
-rw-r--r--net/bing/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/bing/Makefile b/net/bing/Makefile
index 06a71950b4a..981b9347460 100644
--- a/net/bing/Makefile
+++ b/net/bing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/08/09 20:50:57 kim Exp $
+# $NetBSD: Makefile,v 1.8 1999/04/13 15:31:06 agc Exp $
# FreeBSD Id: Makefile,v 1.2 1997/10/13 09:14:49 tg Exp
#
@@ -11,12 +11,8 @@ MAINTAINER= packages@netbsd.org
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}"
MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
-.include "../../mk/bsd.prefs.mk"
-
post-install:
-.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/bing
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bing
-.endif
.include "../../mk/bsd.pkg.mk"