diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-12-03 03:27:44 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-12-03 03:27:44 +0000 |
commit | c1e98eb76f70a2406f8cf64014a462ceb7999e9e (patch) | |
tree | eecdd46c74e65352bfda74d143f38d79ac79805a /net-mgmt | |
parent | f0a3caae303e0070959718007af205f2ce25cb2f (diff) | |
download | ports-c1e98eb76f70a2406f8cf64014a462ceb7999e9e.tar.gz ports-c1e98eb76f70a2406f8cf64014a462ceb7999e9e.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 4a6c120eaa93..b0cd00a812e3 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud <gena@netvision.net.il> # -# $Id: Makefile,v 1.13 1996/11/18 11:36:20 asami Exp $ +# $Id: Makefile,v 1.14 1996/12/01 01:23:15 obrien Exp $ # DISTNAME= scotty-2.1.3 @@ -34,9 +34,9 @@ pre-install: .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> |