summaryrefslogtreecommitdiff
path: root/security/pgp
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/pgp
parentActivate icqnix. (diff)
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Notes
Notes: svn path=/head/; revision=21051
Diffstat (limited to 'security/pgp')
-rw-r--r--security/pgp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile
index 4bc263ecae35..e42c24034a51 100644
--- a/security/pgp/Makefile
+++ b/security/pgp/Makefile
@@ -5,7 +5,7 @@
# Date created: 8 Jul 1995
# Whom: ache
#
-# $Id: Makefile,v 1.27 1999/08/23 04:23:54 mharo Exp $
+# $Id: Makefile,v 1.28 1999/08/27 22:30:09 mharo Exp $
#
# Pick an initial default, else it doesn't get set in the INDEX.
@@ -59,7 +59,7 @@ PATCHDIR= ${.CURDIR}/patches.usa
post-extract:
cd ${WRKDIR}; $(EXTRACT_CMD) $(EXTRACT_BEFORE_ARGS) -aa $(DISTNAME)i \
$(EXTRACT_AFTER_ARGS)
- cd ${WRKDIR}; rm -f *.zip
+ cd ${WRKDIR}; ${RM} -f *.zip
.else
DISTNAME= pgp263is
@@ -72,7 +72,7 @@ PATCHDIR= ${.CURDIR}/patches.non_usa
post-extract:
cd ${WRKDIR}; $(TAR) -xf pgp263ii.tar; \
- rm -f pgp263ii.tar
+ ${RM} -f pgp263ii.tar
.endif
.endif