diff options
author | ache <ache@FreeBSD.org> | 1999-02-07 14:29:53 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-02-07 14:29:53 +0800 |
commit | df56a4decb8e006c4bd7bfb5e97a8939a990f0e4 (patch) | |
tree | dc7a77e093a21fcc17eecd250a98fb149e13292c /security | |
parent | 313c16513206a6a2ea5ea3507a63bf3cdf204f3b (diff) | |
download | freebsd-ports-gnome-df56a4decb8e006c4bd7bfb5e97a8939a990f0e4.tar.gz freebsd-ports-gnome-df56a4decb8e006c4bd7bfb5e97a8939a990f0e4.tar.zst freebsd-ports-gnome-df56a4decb8e006c4bd7bfb5e97a8939a990f0e4.zip |
fix extract cmd
PR: 9917
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp/Makefile | 4 |
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 |