diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 3262cce303b354dfda0c0b11bbbda803a827665b (patch) | |
tree | c032983554a8629dd6dfa9af9f4d687c43e5ac6f /security/pgp | |
parent | 50af3342991a28fc1e594857fcef03e5fdf80c19 (diff) |
Notes
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 |