diff options
author | asami <asami@FreeBSD.org> | 1998-12-22 04:22:17 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-22 04:22:17 +0000 |
commit | 646aab69ae33e2f022e7835ee8e811ff30a81daa (patch) | |
tree | c6fd119cbb503736a52ec82cd6bdf8f9bee2b762 /net/scotty3/Makefile | |
parent | 0877986c366297ef21a9a10ee0a789bf55835cb4 (diff) | |
download | FreeBSD-ports-646aab69ae33e2f022e7835ee8e811ff30a81daa.zip FreeBSD-ports-646aab69ae33e2f022e7835ee8e811ff30a81daa.tar.gz |
Use PLIST_SUB to avoid changing three hundred lines in PLIST every time
there is an upgrade.
Diffstat (limited to 'net/scotty3/Makefile')
-rw-r--r-- | net/scotty3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index 92aaf38..763d48f 100644 --- a/net/scotty3/Makefile +++ b/net/scotty3/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.31 1998/12/18 23:22:54 phk Exp $ +# $Id: Makefile,v 1.32 1998/12/19 18:33:30 obrien Exp $ # DISTNAME= scotty-2.1.9 @@ -23,7 +23,8 @@ 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 \ syslog.n udp.n -PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} +PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \ + SCOTTY_VERSION=2.1.9 TKINED_VERSION=1.4.9 FREEBSD_VERSION!= echo `uname -m`-`uname`-`uname -r` pre-install: |