From 3e90622b0cc92a5991da09952d4c922a15696637 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 28 Dec 2013 21:24:17 +0000 Subject: [PATCH] - Stage support - shebangfix a perl script --- audio/musicbox-tag-editor/Makefile | 6 +++--- 1 file 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|' \