summaryrefslogtreecommitdiff
path: root/security/skip
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-23 04:23:59 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-23 04:23:59 +0000
commit535add65ac98d0ca871df3e8438ff56ba9129bcc (patch)
tree760c5b47c254af152605b0ddb356af68f100067f /security/skip
parentUpgrade to zircon-1.18.223 (diff)
grep -> ${GREP}
true -> ${TRUE} false -> ${FALSE}
Notes
Notes: svn path=/head/; revision=20902
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 9f7bef930bdc..76755f046a36 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.8 1999/07/22 18:37:04 archie Exp $
+# $Id: Makefile,v 1.9 1999/07/31 21:48:34 archie Exp $
DISTNAME= skip-1.0
CATEGORIES= security
@@ -50,7 +50,7 @@ MAN4= skipd.conf.4 raw_keys.4
post-patch:
@find ${WRKSRC} -name '*.orig' -print | xargs rm
@cd ${WRKSRC}; \
- FILES=`find . -type f -print | xargs grep -l @@PREFIX@@`; \
+ 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; \