1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add LICENSE

- Support STAGEDIR
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-10-22 20:02:56 +00:00
parent ed1f9565aa
commit b5f79fe0bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331311
2 changed files with 6 additions and 6 deletions

View File

@ -10,14 +10,12 @@ MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl module to manipulate filenames containing music metadata
LICENSE= GPLv2
USE_PERL5= configure
NO_STAGE= yes
USES= perl5
MAN3= MP3::Archive::Config.3 MP3::Archive::Format.3 MP3::Archive.3
post-patch:
@${REINPLACE_CMD} -e '/^DESTINSTALLSYSCONFDIR/ s|DESTDIR|PREFIX|' \
${WRKSRC}/Makefile.PL
@${REINPLACE_CMD} -e '/^INSTALLSYSCONFDIR/ s|/etc|${PREFIX}&|' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>

View File

@ -1,9 +1,11 @@
@comment $FreeBSD$
etc/mp3archiverc
%%SITE_PERL%%/MP3/Archive.pm
%%SITE_PERL%%/MP3/Archive/Config.pm
%%SITE_PERL%%/MP3/Archive/Format.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Archive/.packlist
%%PERL5_MAN3%%/MP3::Archive.3.gz
%%PERL5_MAN3%%/MP3::Archive::Config.3.gz
%%PERL5_MAN3%%/MP3::Archive::Format.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Archive
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3
@dirrmtry %%SITE_PERL%%/MP3/Archive