diff options
author | jseger <jseger@FreeBSD.org> | 1999-05-07 03:26:25 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-05-07 03:26:25 +0000 |
commit | 9f671e05ec180ed18bebb585ebb0df44339233f2 (patch) | |
tree | 5e12d9bf5dfcbdd40931bbbcf9fa4b001f8cf496 | |
parent | 0d93dbef4d33b4d3c8852b06e04402c9fb3f22f2 (diff) | |
download | FreeBSD-ports-9f671e05ec180ed18bebb585ebb0df44339233f2.zip FreeBSD-ports-9f671e05ec180ed18bebb585ebb0df44339233f2.tar.gz |
Switch to USE_ZIP
-rw-r--r-- | russian/pgp.language/Makefile | 8 | ||||
-rw-r--r-- | security/pgp/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/russian/pgp.language/Makefile b/russian/pgp.language/Makefile index c51e356..11b152a 100644 --- a/russian/pgp.language/Makefile +++ b/russian/pgp.language/Makefile @@ -3,25 +3,21 @@ # Date created: 4 May 1995 # Whom: ache # -# $Id: Makefile,v 1.20 1998/10/19 20:00:35 ache Exp $ +# $Id: Makefile,v 1.21 1999/02/03 11:11:56 asami Exp $ # DISTNAME= pgp26ru PKGNAME= ru-pgp-2.6.3ia CATEGORIES= russian MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/ -EXTRACT_SUFX= .zip MAINTAINER= ache@FreeBSD.ORG RESTRICTED= "Crypto" -BUILD_DEPENDS += unzip:${PORTSDIR}/archivers/unzip RUN_DEPENDS += ${PREFIX}/lib/pgp/config.txt:${PORTSDIR}/security/pgp -EXTRACT_CMD= unzip -EXTRACT_BEFORE_ARGS= -q -EXTRACT_AFTER_ARGS= # empty +USE_ZIP= YES NO_WRKSUBDIR= YES NO_BUILD= YES diff --git a/security/pgp/Makefile b/security/pgp/Makefile index ca3dbf2..7c31e92 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 |