diff options
author | vs <vs@FreeBSD.org> | 2004-07-05 21:05:27 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-05 21:05:27 +0000 |
commit | 7b5ed6fcd73c3204c5b253cd3948e7d91b04211e (patch) | |
tree | 2e87232659401107c1644f03566c4d1d5967a7bf /security/p5-GnuPG-Interface | |
parent | 71a3554d04c5fea63ef12a6d4355d85eb0c2f313 (diff) | |
download | FreeBSD-ports-7b5ed6fcd73c3204c5b253cd3948e7d91b04211e.zip FreeBSD-ports-7b5ed6fcd73c3204c5b253cd3948e7d91b04211e.tar.gz |
Fix fetching.
PR: ports/67185
Submitted by: Roman Neuhause
Approved by: maintainer timeout
Diffstat (limited to 'security/p5-GnuPG-Interface')
-rw-r--r-- | security/p5-GnuPG-Interface/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile index 3ceaf12..e94b92b 100644 --- a/security/p5-GnuPG-Interface/Makefile +++ b/security/p5-GnuPG-Interface/Makefile @@ -9,9 +9,10 @@ PORTNAME= GnuPG-Interface PORTVERSION= 0.33 PORTREVISION= 1 CATEGORIES= security perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= GnuPG gnupg-interface +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ + ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} +MASTER_SITE_SUBDIR= GnuPG/:cpan gnupg-interface/:sf +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:cpan,sf PKGNAMEPREFIX= p5- MAINTAINER= trevor@FreeBSD.org |