diff options
author | tron <tron@pkgsrc.org> | 1998-05-09 00:15:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-09 00:15:03 +0000 |
commit | cc3aee2e9b3601ebf80dc58945e4a3260027f06e (patch) | |
tree | 14355b16c3122b41517c9e53f2bcbdf1a45f7f9d /net | |
parent | 6fddf645f6897cf95026d779a3c12aa2defa61f5 (diff) | |
download | pkgsrc-cc3aee2e9b3601ebf80dc58945e4a3260027f06e.tar.gz |
No need to install "man/mann/http.n" because "tcl-8.0p2" does.
Diffstat (limited to 'net')
-rw-r--r-- | net/scotty/Makefile | 7 | ||||
-rw-r--r-- | net/scotty/pkg/PLIST | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index 70462113161..a07f1c88778 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/04/22 14:22:47 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/05/09 00:15:03 tron Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/27 23:01:53 cwt Exp # @@ -17,11 +17,14 @@ CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib/tcl8.0 \ WRKSRC=${WRKDIR}/${DISTNAME}/unix MAN1= tkined.1 scotty.1 MAN8= ntping.8 straps.8 -MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.n \ +MANN= Tnm.n cmip.n dns.n gdmo.n icmp.n ined.n job.n \ mib.n msqltcl.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \ syslog.n udp.n PLIST= ${PKGDIR}/PLIST.tmp +post-extract: + @${RM} -f ${WRKSRC}/../doc/http.n + pre-install: @cd ${WRKSRC};make sinstall @${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc diff --git a/net/scotty/pkg/PLIST b/net/scotty/pkg/PLIST index de824601331..febd9e8fb6e 100644 --- a/net/scotty/pkg/PLIST +++ b/net/scotty/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 1998/03/07 22:11:20 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.5 1998/05/09 00:15:03 tron Exp $ bin/ntping bin/straps bin/scotty @@ -378,7 +378,6 @@ man/man8/straps.8.gz man/man8/ntping.8.gz man/mann/dns.n.gz man/mann/gdmo.n.gz -man/mann/http.n.gz man/mann/icmp.n.gz man/mann/job.n.gz man/mann/mib.n.gz |