summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-02-07 06:29:53 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-02-07 06:29:53 +0000
commita916a64bb85db2c79152bf035060419e173788d4 (patch)
tree48bfe5d9e39a367c32e6b99ce907c52e922252c0 /security
parentUpgrade to KDE-1.1pre2 ... (diff)
fix extract cmd
PR: 9917 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
Notes
Notes: svn path=/head/; revision=16553
Diffstat (limited to 'security')
-rw-r--r--security/pgp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile
index 70a49a884442..ca3dbf23d94f 100644
--- a/security/pgp/Makefile
+++ b/security/pgp/Makefile
@@ -5,7 +5,7 @@
# Date created: 8 Jul 1995
# Whom: ache
#
-# $Id: Makefile,v 1.21 1998/09/25 10:20:21 asami Exp $
+# $Id: Makefile,v 1.22 1999/02/03 11:11:56 asami Exp $
#
# Pick an initial default, else it doesn't get set in the INDEX.
@@ -76,7 +76,7 @@ FILESDIR= ${.CURDIR}/files.non_usa
PATCHDIR= ${.CURDIR}/patches.non_usa
post-extract:
- cd ${WRKDIR}; $(EXTRACT_CMD) -xf pgp263ii.tar; \
+ cd ${WRKDIR}; $(TAR) -xf pgp263ii.tar; \
rm -f pgp263ii.tar
.endif