diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:58:33 +0000 |
commit | 988019b0161173d9185365a43313f01b0fdb5e3d (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /net/scotty | |
parent | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (diff) | |
download | pkgsrc-988019b0161173d9185365a43313f01b0fdb5e3d.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'net/scotty')
-rw-r--r-- | net/scotty/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index a07f1c88778..1103b00011c 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/05/09 00:15:03 tron Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/22 12:58:35 agc Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/27 23:01:53 cwt Exp # @@ -15,11 +15,6 @@ CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib/tcl8.0 \ --with-tk-config=${PREFIX}/lib/tk8.0 WRKSRC=${WRKDIR}/${DISTNAME}/unix -MAN1= tkined.1 scotty.1 -MAN8= ntping.8 straps.8 -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: |