diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-07 03:26:25 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-07 03:26:25 +0000 |
commit | 66dcbafab4bf49bf0e8aca2ef16bac680ca2bf28 (patch) | |
tree | 8a8af353e8d79af8d7f273de3b4a44f723968601 /security | |
parent | Switch to USE_ZIP (diff) |
Switch to USE_ZIP
Notes
Notes:
svn path=/head/; revision=18579
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index ca3dbf23d94f..7c31e92604bb 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -5,7 +5,7 @@ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.22 1999/02/03 11:11:56 asami Exp $ +# $Id: Makefile,v 1.23 1999/02/07 06:29:53 ache Exp $ # # Pick an initial default, else it doesn't get set in the INDEX. @@ -50,14 +50,10 @@ DISTNAME= pgp262s PKGNAME= pgp-2.6.2 MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/pgp/unix/ \ ftp://sable.ox.ac.uk/pub/crypto/pgp/unix/ -EXTRACT_SUFX= .zip WRKSRC= ${WRKDIR}/src BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake -BUILD_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref -EXTRACT_CMD= unzip -EXTRACT_BEFORE_ARGS= -q -EXTRACT_AFTER_ARGS= # empty +USE_ZIP= yes FILESDIR= ${.CURDIR}/files.usa PATCHDIR= ${.CURDIR}/patches.usa |