diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-02 23:17:05 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-02 23:17:05 +0000 |
commit | 1df64bda23206968986a11233af1317a20bf4420 (patch) | |
tree | 5edd677ce390179c64058dd1b847c1084545f9d5 /security/pgp6 | |
parent | 2c49a2c70814cda8e9dbb1110bca6065f2b9f256 (diff) | |
download | ports-1df64bda23206968986a11233af1317a20bf4420.tar.gz ports-1df64bda23206968986a11233af1317a20bf4420.zip |
Notes
Diffstat (limited to 'security/pgp6')
-rw-r--r-- | security/pgp6/Makefile | 8 | ||||
-rw-r--r-- | security/pgp6/distinfo | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index f05695a4f962..663ccc3e94be 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -4,7 +4,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.9 1995/09/28 14:57:12 ache Exp $ +# $Id: Makefile,v 1.10 1995/10/07 00:08:39 jkh Exp $ # CATEGORIES+= security @@ -18,7 +18,6 @@ NO_PACKAGE= YES MAKEFILE= makefile ALL_TARGET= freebsd PGPLIB= ${PREFIX}/lib/pgp -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip # Need to define USA_RESIDENT to YES or NO IS_INTERACTIVE= YES @@ -51,6 +50,7 @@ PKGNAME= pgp-2.6.2 MASTER_SITES= ftp://sable.ox.ac.uk/pub/crypto/pgp/unix/ EXTRACT_SUFX= .zip BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake +BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip EXTRACT_CMD= unzip EXTRACT_ARGS= -q FILESDIR= ${.CURDIR}/files.usa @@ -68,9 +68,7 @@ DISTNAME= pgp263i-dev PKGNAME= pgp-2.6.3i MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/incoming/ \ ftp://ftp.kiae.su/unix/crypto/pgp/ -EXTRACT_SUFX= .zip -EXTRACT_CMD= unzip -EXTRACT_ARGS= -qa +EXTRACT_SUFX= .tgz FILESDIR= ${.CURDIR}/files.non_usa PATCHDIR= ${.CURDIR}/patches.non_usa diff --git a/security/pgp6/distinfo b/security/pgp6/distinfo index 8e0dd9055ec4..8f506c87096b 100644 --- a/security/pgp6/distinfo +++ b/security/pgp6/distinfo @@ -1 +1 @@ -MD5 (pgp263i-dev.zip) = d0e635b5421bbdd659dcb69e7c5040ce +MD5 (pgp263i-dev.tgz) = 2e8b5d57b1b5d4512b0bd0baed762bc0 |