diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-09-18 10:47:42 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-09-18 10:47:42 +0800 |
commit | 79f2301f00f935d35729bf8ed9573a24ad88da66 (patch) | |
tree | 7c00ad5dcc9f974ff4a9059d4dca449c6485a5cc /security/p5-PGP | |
parent | 2556e2c28a4bdecccded232bd0a0609acd1da977 (diff) | |
download | freebsd-ports-gnome-79f2301f00f935d35729bf8ed9573a24ad88da66.tar.gz freebsd-ports-gnome-79f2301f00f935d35729bf8ed9573a24ad88da66.tar.zst freebsd-ports-gnome-79f2301f00f935d35729bf8ed9573a24ad88da66.zip |
Fix commented #MASTER_SITE line
Submitted-by: asami@freebsd.org
Diffstat (limited to 'security/p5-PGP')
-rw-r--r-- | security/p5-PGP/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index c2bf54957d5a..1940a76e5784 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -3,14 +3,13 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.8 1997/06/24 18:43:28 jfitz Exp $ +# $Id: Makefile,v 1.9 1997/09/14 02:55:16 jfitz Exp $ # DISTNAME= PGP-0.3a PKGNAME= p5-PGP-0.3a CATEGORIES= security perl5 -#MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITES= +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGP MAINTAINER= jfitz@FreeBSD.ORG |