diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-10 22:00:17 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-10 22:00:17 +0000 |
commit | 9e1c5bfdb0948baf5869854783a2902da8149172 (patch) | |
tree | d77e4522675993d85d504e05b25e56207506a6ed | |
parent | b2057f621ec6c285d2d604f3e82ef22e76de1404 (diff) | |
download | ports-9e1c5bfdb0948baf5869854783a2902da8149172.tar.gz ports-9e1c5bfdb0948baf5869854783a2902da8149172.zip |
Notes
-rw-r--r-- | audio/mp3mover/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mp3mover/Makefile b/audio/mp3mover/Makefile index 12dbd5046812..9d19d2c0fe82 100644 --- a/audio/mp3mover/Makefile +++ b/audio/mp3mover/Makefile @@ -3,6 +3,7 @@ PORTNAME= mp3mover PORTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= audio perl5 MASTER_SITES= SF/mediamover/${PORTNAME}/${PORTVERSION} @@ -11,7 +12,8 @@ COMMENT= Rename mp3s and manipulate them RUN_DEPENDS= p5-tagged>=0:${PORTSDIR}/audio/p5-tagged -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= mp3mover.pl NO_BUILD= yes PLIST_FILES= bin/mp3mover |