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:
parent
ed1f9565aa
commit
b5f79fe0bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331311
@ -10,14 +10,12 @@ MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \
|
|||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Perl module to manipulate filenames containing music metadata
|
COMMENT= Perl module to manipulate filenames containing music metadata
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
NO_STAGE= yes
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
|
|
||||||
MAN3= MP3::Archive::Config.3 MP3::Archive::Format.3 MP3::Archive.3
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e '/^DESTINSTALLSYSCONFDIR/ s|DESTDIR|PREFIX|' \
|
@${REINPLACE_CMD} -e '/^INSTALLSYSCONFDIR/ s|/etc|${PREFIX}&|' ${WRKSRC}/Makefile.PL
|
||||||
${WRKSRC}/Makefile.PL
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
@comment $FreeBSD$
|
|
||||||
etc/mp3archiverc
|
etc/mp3archiverc
|
||||||
%%SITE_PERL%%/MP3/Archive.pm
|
%%SITE_PERL%%/MP3/Archive.pm
|
||||||
%%SITE_PERL%%/MP3/Archive/Config.pm
|
%%SITE_PERL%%/MP3/Archive/Config.pm
|
||||||
%%SITE_PERL%%/MP3/Archive/Format.pm
|
%%SITE_PERL%%/MP3/Archive/Format.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3/Archive/.packlist
|
%%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/Archive
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MP3
|
||||||
@dirrmtry %%SITE_PERL%%/MP3/Archive
|
@dirrmtry %%SITE_PERL%%/MP3/Archive
|
||||||
|
Loading…
Reference in New Issue
Block a user