From 3ee562875ab6bb45172d13821411f389c781afd1 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 13 Apr 1999 15:31:04 +0000 Subject: 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. --- net/tcptrace/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'net/tcptrace/Makefile') diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index 4bd9cdc78ca..1833a59e1cf 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:20 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1999/04/13 15:31:06 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp # @@ -16,15 +16,11 @@ ALL_TARGET= tcptrace DOCFILES= COPYRIGHT README README.tput_graphs -.include "../../mk/bsd.prefs.mk" - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin -.if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/tcptrace .for file in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace .endfor -.endif .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3