diff options
author | ache <ache@FreeBSD.org> | 1995-07-08 00:28:36 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-07-08 00:28:36 +0000 |
commit | 57b322e810d7712aba2702d4a24b268356535433 (patch) | |
tree | a48740e78ecaa32cdae621dbf7979cf1f78f63fe /security/pgp/Makefile | |
parent | 4d0dd995fe856eefeea9bda19749c8c1b5b6696a (diff) | |
download | FreeBSD-ports-57b322e810d7712aba2702d4a24b268356535433.zip FreeBSD-ports-57b322e810d7712aba2702d4a24b268356535433.tar.gz |
Make common pkg directory to satisfy 'make index'
Diffstat (limited to 'security/pgp/Makefile')
-rw-r--r-- | security/pgp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 27f93c7..6305b69 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -4,7 +4,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.1 1995/07/07 23:50:10 ache Exp $ +# $Id: Makefile,v 1.2 1995/07/07 23:57:25 ache Exp $ # CATEGORIES+= utilities @@ -51,7 +51,6 @@ EXTRACT_CMD= unzip EXTRACT_ARGS= -q FILESDIR= ${.CURDIR}/files.usa PATCHDIR= ${.CURDIR}/patches.usa -PKGDIR= ${.CURDIR}/pkg.usa post-extract: cd ${WRKDIR}; $(EXTRACT_CMD) $(EXTRACT_ARGS) -aa $(DISTNAME)i @@ -67,7 +66,6 @@ MASTER_SITES= ftp://sable.ox.ac.uk/pub/crypto/pgp/unix/ \ ftp://ftp.kiae.su/unix/crypto/pgp/ FILESDIR= ${.CURDIR}/files.non_usa PATCHDIR= ${.CURDIR}/patches.non_usa -PKGDIR= ${.CURDIR}/pkg.non_usa post-extract: cd ${WRKDIR}; tar xf pgp262ii.tar; rm -f *.tar |