summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-07-05 21:05:27 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-07-05 21:05:27 +0000
commit1415193dd052fab9ac690e67c02f54b081accfcf (patch)
treeac0fadbfdf5a1cdc209544acac4a184e7ed36849 /security
parentAdd dinotrace, a mature signal waveform viewer used to debug digital design (diff)
Fix fetching.
PR: ports/67185 Submitted by: Roman Neuhause Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=113002
Diffstat (limited to 'security')
-rw-r--r--security/p5-GnuPG-Interface/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/p5-GnuPG-Interface/Makefile b/security/p5-GnuPG-Interface/Makefile
index 3ceaf12da4e0..e94b92b0e719 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