diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:34:06 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:34:06 +0800 |
commit | 91082f1a1075c587148cdc85cbe1196f175a18e6 (patch) | |
tree | ec0315d3d86e3f8717ed33380a1b359ca92fc43f /security/pgp6 | |
parent | f3253ed0fe7e570a54f855ecc83702e80cc2f451 (diff) | |
download | freebsd-ports-gnome-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.gz freebsd-ports-gnome-91082f1a1075c587148cdc85cbe1196f175a18e6.tar.zst freebsd-ports-gnome-91082f1a1075c587148cdc85cbe1196f175a18e6.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'security/pgp6')
-rw-r--r-- | security/pgp6/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 357d6147c861..90171995c62e 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -1,18 +1,16 @@ # New ports collection makefile for: pgp5 -# Version required: International PGP 5.0 -# International PGP homepage is http://www.ifi.uio.no/pgp/ -# # Date created: 10 Feb 1998 # Whom: markm # # $FreeBSD$ # -DISTNAME= pgp50i -PKGNAME= pgp-5.0i +PORTNAME= pgp +PORTVERSION= 5.0i CATEGORIES= security MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/5.0/unix/ \ ftp://ftp.doc.ic.ac.uk/pub/Mirrors/ftp.ifi.uio.no/pub/pgp/5.0/unix/ +DISTNAME= pgp50i EXTRACT_SUFX= -unix-src.tar.gz MAINTAINER= markm@FreeBSD.org |