summaryrefslogtreecommitdiff
path: root/converters/uudeview
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 /converters/uudeview
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 'converters/uudeview')
-rw-r--r--converters/uudeview/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile
index b9456ae3c7c..2cb19586080 100644
--- a/converters/uudeview/Makefile
+++ b/converters/uudeview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/09/28 13:43:35 tron Exp $
+# $NetBSD: Makefile,v 1.11 1999/04/13 15:31:05 agc Exp $
# FreeBSD Id: Makefile,v 1.15 1998/02/18 22:19:58 hoek Exp
#
@@ -17,16 +17,10 @@ CONFIGURE_ENV= LDFLAGS=-s
PORTDOCDIR?= share/doc/uudeview
-.include "../../mk/bsd.prefs.mk"
-
post-install:
-.if !defined(NOPORTDOCS)
@${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}"
@${MKDIR} ${PREFIX}/${PORTDOCDIR}
@${INSTALL_MAN} ${WRKSRC}/HOWTO ${PREFIX}/${PORTDOCDIR}
@${INSTALL_MAN} ${FILESDIR}/porting.notes ${PREFIX}/${PORTDOCDIR}
-.else
- @${ECHO_MSG} "===> Not copying available documents"
-.endif
.include "../../mk/bsd.pkg.mk"