diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 10:42:41 +0800 |
commit | 54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch) | |
tree | 63ca8b1b366b8d64e4d645959252f91f9d55ab5f /security/pgp | |
parent | 929e461fb30940a507219f54c08472fb7347d37a (diff) | |
download | freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.zst freebsd-ports-gnome-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 6 |
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 |