diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-09-18 02:47:42 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-09-18 02:47:42 +0000 |
commit | 2f62cc0d933bdee916323e49b20c8d6b8ab3147d (patch) | |
tree | 239ec85727ef7dc3710e07c5997f7833918f9938 /security/p5-PGP | |
parent | 9e49eeca09cf77c00e45e6a48d5733072eaaf9d7 (diff) |
Fix commented #MASTER_SITE line
Submitted-by: asami@freebsd.org
Notes
Notes:
svn path=/head/; revision=7945
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 |