diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-27 00:53:55 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-27 00:53:55 +0000 |
commit | 993558dac649fb82d4fccf2d215581292da6dd5f (patch) | |
tree | 0bb406b613a8682e069353d89c509a2c491530c9 /security/pgp6 | |
parent | 068883254b3468eaef1cbe6e84152fdfcb8c3ea3 (diff) | |
download | ports-993558dac649fb82d4fccf2d215581292da6dd5f.tar.gz ports-993558dac649fb82d4fccf2d215581292da6dd5f.zip |
Notes
Diffstat (limited to 'security/pgp6')
-rw-r--r-- | security/pgp6/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index b21132821683..936556615920 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -1,10 +1,11 @@ # New ports collection makefile for: pgp -# Version required: MIT 2.6.2 / International 2.6.3i -# PGP 2.6.3i homepage is http://www.ifi.uio.no/pgp/ +# Version required: MIT 2.6.2 / International 2.6.3ia +# International PGP homepage is http://www.ifi.uio.no/pgp/ +# # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.13 1996/01/04 04:34:48 ache Exp $ +# $Id: Makefile,v 1.14 1996/01/18 22:48:25 ache Exp $ # CATEGORIES+= security @@ -65,7 +66,7 @@ pre-build: cd ${WRKDIR}/rsaref/install/unix; ${GMAKE} .else DISTNAME= pgp263is -PKGNAME= pgp-2.6.3i +PKGNAME= pgp-2.6.3ia MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/src/ \ ftp://ftp.kiae.su/unix/crypto/pgp/ WRKSRC= ${WRKDIR}/src |