diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 23:52:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 23:52:31 +0000 |
commit | 53b3842137ec584d57c2cc03886358d3a2a86061 (patch) | |
tree | 6a0b9025efe1a5f485ca7f8d5b929bbbe838d873 /net/scotty/Makefile | |
parent | 14a03dd214e98a4bdc2fc3fd8033f044057b1cb0 (diff) |
Notes
Diffstat (limited to 'net/scotty/Makefile')
-rw-r--r-- | net/scotty/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile index 1b24aa63aa23..83a647ca22b4 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -6,11 +6,11 @@ # $FreeBSD$ # -DISTNAME= scotty-2.1.9 +DISTNAME= scotty-2.1.10 CATEGORIES= net tk82 MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ -MAINTAINER= phk@freebsd.org +MAINTAINER= dima@Chg.RU LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 @@ -23,10 +23,10 @@ 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 \ - mib.n msqltcl.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \ + mib.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \ syslog.n udp.n PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \ - SCOTTY_VERSION=2.1.9 TKINED_VERSION=1.4.9 + SCOTTY_VERSION=2.1.10 TKINED_VERSION=1.4.10 FREEBSD_VERSION!= echo `uname -m`-`uname`-`uname -r` pre-install: |