summaryrefslogtreecommitdiff
path: root/security/skip
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
commit3262cce303b354dfda0c0b11bbbda803a827665b (patch)
treec032983554a8629dd6dfa9af9f4d687c43e5ac6f /security/skip
parentActivate icqnix. (diff)
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Notes
Notes: svn path=/head/; revision=21051
Diffstat (limited to 'security/skip')
-rw-r--r--security/skip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/skip/Makefile b/security/skip/Makefile
index b5811a22d930..3869c798c8cb 100644
--- a/security/skip/Makefile
+++ b/security/skip/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 November 1997
# Whom: Archie L. Cobbs <archie@whistle.com>
#
-# $Id: Makefile,v 1.10 1999/08/23 04:23:42 mharo Exp $
+# $Id: Makefile,v 1.11 1999/08/28 02:17:28 mharo Exp $
DISTNAME= skip-1.0
CATEGORIES= security
@@ -53,7 +53,7 @@ post-patch:
FILES=`find . -type f -print | xargs ${GREP} -l @@PREFIX@@`; \
for FILE in $$FILES; do \
${SED} 's!@@PREFIX@@!${PREFIX}!g' < $$FILE > $$FILE.new ; \
- mv $$FILE.new $$FILE; \
+ ${MV} $$FILE.new $$FILE; \
done
.include <bsd.port.pre.mk>