aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2005-10-04 02:38:04 +0800
committerfenner <fenner@FreeBSD.org>2005-10-04 02:38:04 +0800
commit100abd320219a6240f0e059e873c0c2e7c9e1c3f (patch)
tree0121d515c053cc2523d2a735011ee45df58cc6dc /audio
parent84fbfa4baa72b8c65eb51b53bdf337332cfa4c28 (diff)
downloadfreebsd-ports-gnome-100abd320219a6240f0e059e873c0c2e7c9e1c3f.tar.gz
freebsd-ports-gnome-100abd320219a6240f0e059e873c0c2e7c9e1c3f.tar.zst
freebsd-ports-gnome-100abd320219a6240f0e059e873c0c2e7c9e1c3f.zip
Add groups so that the wrong subdir isn't used for the wrong
MASTER_SITE.
Diffstat (limited to 'audio')
-rw-r--r--audio/p5-tagged/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/p5-tagged/Makefile b/audio/p5-tagged/Makefile
index 5a0f61fcdcf7..cea1665af51f 100644
--- a/audio/p5-tagged/Makefile
+++ b/audio/p5-tagged/Makefile
@@ -9,10 +9,11 @@
PORTNAME= tagged
PORTVERSION= 0.40
CATEGORIES= audio perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
- ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= MP3 ${PORTNAME}
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \
+ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
+MASTER_SITE_SUBDIR= MP3/:cpan ${PORTNAME}/:sf
PKGNAMEPREFIX= p5-
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:cpan,sf
MAINTAINER= ports@FreeBSD.org
COMMENT= Read, change and write different tags of MP3 audio files