aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-29 05:24:17 +0800
committerantoine <antoine@FreeBSD.org>2013-12-29 05:24:17 +0800
commit6e33e533e6b592bad2fcade1135febd805dce5e6 (patch)
treed4c5c6e2409ab0c9d78956c48767b37f90ca4978 /audio
parent9e1a88f3fcd88611293024d939c1c8cd48ae7442 (diff)
downloadfreebsd-ports-gnome-6e33e533e6b592bad2fcade1135febd805dce5e6.tar.gz
freebsd-ports-gnome-6e33e533e6b592bad2fcade1135febd805dce5e6.tar.zst
freebsd-ports-gnome-6e33e533e6b592bad2fcade1135febd805dce5e6.zip
- Stage support
- shebangfix a perl script
Diffstat (limited to 'audio')
-rw-r--r--audio/musicbox-tag-editor/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/musicbox-tag-editor/Makefile b/audio/musicbox-tag-editor/Makefile
index 6067fc00c043..67e9a48a4d34 100644
--- a/audio/musicbox-tag-editor/Makefile
+++ b/audio/musicbox-tag-editor/Makefile
@@ -4,7 +4,7 @@
PORTNAME= musicbox-tag-editor
PORTVERSION= 0.2.3
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= audio
MASTER_SITES= SF/musicbox/musicbox/${PORTVERSION}
DISTNAME= musicbox-${PORTVERSION}
@@ -14,14 +14,14 @@ COMMENT= Simple GTK+ audio tag editor
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
-USES= pathfix pkgconfig
-NO_STAGE= yes
+USES= pathfix pkgconfig shebangfix
USE_GNOME= gnomeprefix libglade2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
# avoid conflict with audio/musicbox
CONFIGURE_ARGS= --program-suffix=-tag-editor
+SHEBANG_FILES= data/edit.pl
post-patch:
@${REINPLACE_CMD} -e 's|/usr/share/pixmaps|${PREFIX}/share/pixmaps|' \