mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Add groups so that the wrong subdir isn't used for the wrong
MASTER_SITE.
This commit is contained in:
parent
3fb5ed5e65
commit
aeff6ebbee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144097
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue