diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-01 01:23:27 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-01 01:23:27 +0000 |
commit | 49f337d203a35b330e9816734307eae928c9ad22 (patch) | |
tree | 9c7a58bc72f073465ca4da2b58638cc25beb2f62 /net-mgmt/scotty3/Makefile | |
parent | 6d580f890eb4727a42408434bf4f406ab5e13f22 (diff) | |
download | ports-49f337d203a35b330e9816734307eae928c9ad22.tar.gz ports-49f337d203a35b330e9816734307eae928c9ad22.zip |
Notes
Diffstat (limited to 'net-mgmt/scotty3/Makefile')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 3496328fd9d0..4a6c120eaa93 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -3,13 +3,15 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $Id: Makefile,v 1.12 1996/10/10 14:54:36 erich Exp $ +# $Id: Makefile,v 1.13 1996/11/18 11:36:20 asami Exp $ # DISTNAME= scotty-2.1.3 CATEGORIES= net MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/ +MAINTAINER= gena@netvision.net.il + LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41 GNU_CONFIGURE= yes @@ -25,16 +27,16 @@ MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.n \ pre-install: @cd ${WRKSRC};make sinstall - @cp ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc + @${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc @sed "s,@FREEBSD_VERSION@,$$(uname -m)-$$(uname)-$$(uname -r)," pkg/PLIST.in >/tmp/PLIST .if defined(NOMANCOMPRESS) @sed "s,@GZIP@,," /tmp/PLIST >pkg/PLIST .else @sed "s,@GZIP@,.gz," /tmp/PLIST >pkg/PLIST .endif - @rm /tmp/PLIST + @{RM} /tmp/PLIST pre-clean: - @rm -f pkg/PLIST + @{RM} -f pkg/PLIST .include <bsd.port.mk> |