diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-08 00:28:36 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-08 00:28:36 +0000 |
commit | c11f98ed94ea1dcf468f2d7d518c8677d5f76761 (patch) | |
tree | 70b7277fe06fcd8638f499e5c6a26a38929091ec /security/pgp6/Makefile | |
parent | Remove USA_RESIDENT stuff, it goes to pgp meta-port now (diff) |
Make common pkg directory to satisfy 'make index'
Diffstat (limited to 'security/pgp6/Makefile')
-rw-r--r-- | security/pgp6/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 27f93c78da6b..6305b698f7d9 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/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 |