aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
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|' \