diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-22 20:02:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-22 20:02:56 +0000 |
commit | b5f79fe0bc30f876e141a37a35d8e279af7b5a4a (patch) | |
tree | f05a8a955ff77ef4203b692256da3bb9e026bf2d /audio/libmp3-archive-perl/Makefile | |
parent | - Use USES=shebangfix (diff) |
- Add LICENSE
- Support STAGEDIR
Notes
Notes:
svn path=/head/; revision=331311
Diffstat (limited to 'audio/libmp3-archive-perl/Makefile')
-rw-r--r-- | audio/libmp3-archive-perl/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/libmp3-archive-perl/Makefile b/audio/libmp3-archive-perl/Makefile index 4ed1483babf4..c899ef9091fb 100644 --- a/audio/libmp3-archive-perl/Makefile +++ b/audio/libmp3-archive-perl/Makefile @@ -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> |