diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-17 17:31:28 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-17 17:31:28 +0000 |
commit | 909641d22652104327f9e87bd025aa3d80c0473c (patch) | |
tree | f36c85dacefe2a878160318c4b576ac0b861a5ff /audio | |
parent | c2ca4b558b32866cfc8e2fc1e34874c79ec8e8c7 (diff) | |
download | ports-909641d22652104327f9e87bd025aa3d80c0473c.tar.gz ports-909641d22652104327f9e87bd025aa3d80c0473c.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3lint/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/audio/mp3lint/Makefile b/audio/mp3lint/Makefile index eef296c50850..e660b3770a4e 100644 --- a/audio/mp3lint/Makefile +++ b/audio/mp3lint/Makefile @@ -5,7 +5,7 @@ PORTNAME= mp3lint PORTVERSION= 0.9 PORTREVISION= 1 CATEGORIES= audio perl5 -MASTER_SITES= http://erislabs.net/ianb/projects/${PORTNAME}/ \ +MASTER_SITES= https://erislabs.net/ianb/projects/mp3lint/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org @@ -14,17 +14,15 @@ COMMENT= Configurable tool to check collections of audio files LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= libmp3-archive-perl>=0:audio/libmp3-archive-perl -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= libmp3-archive-perl>=0:audio/libmp3-archive-perl -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes 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/ .include <bsd.port.mk> |