1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stage support

- shebangfix a perl script
This commit is contained in:
Antoine Brodin 2013-12-28 21:24:17 +00:00
parent 63ae252901
commit 3e90622b0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337918

View File

@ -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|' \