diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-15 11:01:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-15 11:01:01 +0800 |
commit | 429b79460bf74040ab3006e7bb43378ea206b2f6 (patch) | |
tree | ce396ce09654fd53a2852494122580022bc8a7bc /audio | |
parent | 5d8e90503531ec732c3a47d28c1042e62b3c1ea2 (diff) | |
download | freebsd-ports-gnome-429b79460bf74040ab3006e7bb43378ea206b2f6.tar.gz freebsd-ports-gnome-429b79460bf74040ab3006e7bb43378ea206b2f6.tar.zst freebsd-ports-gnome-429b79460bf74040ab3006e7bb43378ea206b2f6.zip |
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3lint/Makefile | 4 | ||||
-rw-r--r-- | audio/mp3lint/pkg-plist | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/audio/mp3lint/Makefile b/audio/mp3lint/Makefile index 32c2b2541147..ebd540fdf969 100644 --- a/audio/mp3lint/Makefile +++ b/audio/mp3lint/Makefile @@ -12,10 +12,12 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Configurable tool to check collections of audio files LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 @@ -23,6 +25,6 @@ post-patch: @${REINPLACE_CMD} -e '/^INSTALLSYSCONFDIR/ s|/etc|${PREFIX}&|' ${WRKSRC}/Makefile.PL # It fails to build with error message as follows: # Can't write-open blib/man5/mp3lintrc.5: No such file or directory at /usr/local/lib/perl5/5.xx.y/ExtUtils/Command/MM.pm line zzz. - @${MKDIR} ${WRKSRC}/blib/man5/ +# @${MKDIR} ${WRKSRC}/blib/man5/ .include <bsd.port.mk> diff --git a/audio/mp3lint/pkg-plist b/audio/mp3lint/pkg-plist index ab3eb1362a17..980598c0f801 100644 --- a/audio/mp3lint/pkg-plist +++ b/audio/mp3lint/pkg-plist @@ -1,6 +1,6 @@ bin/mp3lint -bin/mp3lintsum bin/mp3lintskip +bin/mp3lintsum etc/mp3lintrc %%SITE_PERL%%/MP3/Archive/Lint.pm %%SITE_PERL%%/MP3/Archive/Lint/Conf.pm @@ -17,8 +17,8 @@ etc/mp3lintrc %%SITE_PERL%%/MP3/Archive/Lint/Tools/Mp3info.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Ogg.pm %%SITE_PERL%%/MP3/Archive/Lint/Tools/Wav.pm -%%PERL5_MAN3%%/mp3lint-tools.3.gz %%PERL5_MAN1%%/mp3lint.1.gz %%PERL5_MAN1%%/mp3lintskip.1.gz %%PERL5_MAN1%%/mp3lintsum.1.gz +%%PERL5_MAN3%%/mp3lint-tools.3.gz man/man5/mp3lintrc.5.gz |