From a916a64bb85db2c79152bf035060419e173788d4 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 7 Feb 1999 06:29:53 +0000 Subject: fix extract cmd PR: 9917 Submitted by: Ruslan Ermilov --- security/pgp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') 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 -- cgit v1.2.3