aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-12-03 11:27:44 +0800
committerasami <asami@FreeBSD.org>1996-12-03 11:27:44 +0800
commitdfafea03d941e1fdfbc83f49c824147dfd45ce03 (patch)
treed56db3254dfd43360ea0872cf16a8668ffc6ee5b /net
parentc2d98cbfdc109eb5e465a1be3e402567c7a0afa7 (diff)
downloadfreebsd-ports-gnome-dfafea03d941e1fdfbc83f49c824147dfd45ce03.tar.gz
freebsd-ports-gnome-dfafea03d941e1fdfbc83f49c824147dfd45ce03.tar.zst
freebsd-ports-gnome-dfafea03d941e1fdfbc83f49c824147dfd45ce03.zip
Well, I know it doesn't make much sense to have something like "{RM}"
in there, but our make still isn't smart enough to figure out that it means "${RM}", David. :)
Diffstat (limited to 'net')
-rw-r--r--net/scotty/Makefile6
-rw-r--r--net/scotty3/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile
index 4a6c120eaa93..b0cd00a812e3 100644
--- a/net/scotty/Makefile
+++ b/net/scotty/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>
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile
index 4a6c120eaa93..b0cd00a812e3 100644
--- a/net/scotty3/Makefile
+++ b/net/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>