From 535add65ac98d0ca871df3e8438ff56ba9129bcc Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Mon, 23 Aug 1999 04:23:59 +0000 Subject: grep -> ${GREP} true -> ${TRUE} false -> ${FALSE} --- security/skip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/skip') 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 # -# $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; \ -- cgit v1.2.3