aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mp3splt-gtk
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2010-04-19 18:59:37 +0800
committeroliver <oliver@FreeBSD.org>2010-04-19 18:59:37 +0800
commitd3d9923341e527cfbf112bc59e5dd2cb06bde1cf (patch)
tree90f9972697f9ffb0884b04d1d52477079088c63f /audio/mp3splt-gtk
parent6258613c3c402b1d7b5730e8a607d26dbb258755 (diff)
downloadfreebsd-ports-gnome-d3d9923341e527cfbf112bc59e5dd2cb06bde1cf.tar.gz
freebsd-ports-gnome-d3d9923341e527cfbf112bc59e5dd2cb06bde1cf.tar.zst
freebsd-ports-gnome-d3d9923341e527cfbf112bc59e5dd2cb06bde1cf.zip
update audacious to 2.3
bump PORTREVISION on the affected ports
Diffstat (limited to 'audio/mp3splt-gtk')
-rw-r--r--audio/mp3splt-gtk/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/mp3splt-gtk/Makefile b/audio/mp3splt-gtk/Makefile
index cb5f213d90f4..0e198e3c81a4 100644
--- a/audio/mp3splt-gtk/Makefile
+++ b/audio/mp3splt-gtk/Makefile
@@ -6,7 +6,7 @@
PORTNAME= mp3splt-gtk
PORTVERSION= 0.5.7a
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION}
@@ -29,4 +29,9 @@ CONFIGURE_ARGS+= --enable-audacious --with-mp3splt=${LOCALBASE} --with-mp3splt-i
MAN1= mp3splt-gtk.1
+post-patch:
+ @${REINPLACE_CMD} -e 's|"audacious |& audclient |g' \
+ ${WRKSRC}/configure
+
+
.include <bsd.port.mk>