diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch) | |
tree | a2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/pgp6 | |
parent | 77b92885e289bade2ecd4de42585d794725a93e6 (diff) | |
download | ports-3df86a88a9d1a500b60debaa4e14f97e500a96c1.tar.gz ports-3df86a88a9d1a500b60debaa4e14f97e500a96c1.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27426
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 |