diff options
author | mjl <mjl> | 1999-04-16 14:53:22 +0000 |
---|---|---|
committer | mjl <mjl> | 1999-04-16 14:53:22 +0000 |
commit | c14b8d5464f1e647ad642ad0d7b885636dbf5d9b (patch) | |
tree | bf5622c60c681eab0330bd84f236462d300065b1 /security/pgp5 | |
parent | 6870d290718a4666e97391c195f1eb5e466f4aef (diff) | |
download | pkgsrc-c14b8d5464f1e647ad642ad0d7b885636dbf5d9b.tar.gz |
Renamed package to "pgp5" so it can coexist along an installed pgp2.
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index c91536741d5..779a10fde62 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/04/14 18:00:48 bad Exp $ +# $NetBSD: Makefile,v 1.3 1999/04/16 14:53:22 mjl Exp $ # DISTNAME= pgp50i-unix-src -PKGNAME= pgp-5.0i +PKGNAME= pgp5-5.0i WRKSRC= ${WRKDIR}/pgp50i/src CATEGORIES= security MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \ @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.pgpi.com/pub/pgp/5.0/unix/ \ ftp://ftp.ch.pgpi.com/pub/pgp/5.0/unix/ \ ftp://ftp.au.pgpi.com/pub/pgp/5.0/unix/ -MAINTAINER= mjl@emsi.priv.at +MAINTAINER= mjl@netbsd.org HOMEPAGE= http://www.pgpi.com/ BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 |