diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 04:22:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 04:22:17 +0000 |
commit | 914e167eb8fa21910ad46ddaa8f6efd9997b0efc (patch) | |
tree | efd9cdfae7604af161770990167aa4e4aa4b26d7 /net-mgmt/scotty3/Makefile | |
parent | 9c83ac47b4d70f6d733461e49b95a25b7e2e7956 (diff) | |
download | ports-914e167eb8fa21910ad46ddaa8f6efd9997b0efc.tar.gz ports-914e167eb8fa21910ad46ddaa8f6efd9997b0efc.zip |
Use PLIST_SUB to avoid changing three hundred lines in PLIST every time
there is an upgrade.
Notes
Notes:
svn path=/head/; revision=15468
Diffstat (limited to 'net-mgmt/scotty3/Makefile')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 92aaf380da8f..763d48f4645b 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/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: |