diff options
author | oliver <oliver@FreeBSD.org> | 2010-04-19 18:59:37 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2010-04-19 18:59:37 +0800 |
commit | d3d9923341e527cfbf112bc59e5dd2cb06bde1cf (patch) | |
tree | 90f9972697f9ffb0884b04d1d52477079088c63f /audio/wmauda | |
parent | 6258613c3c402b1d7b5730e8a607d26dbb258755 (diff) | |
download | freebsd-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/wmauda')
-rw-r--r-- | audio/wmauda/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/wmauda/Makefile b/audio/wmauda/Makefile index e68b777f72e9..86d7bea66675 100644 --- a/audio/wmauda/Makefile +++ b/audio/wmauda/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmauda PORTVERSION= 0.7 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio windowmaker MASTER_SITES= http://www.netswarm.net/misc/ \ ${MASTER_SITE_GENTOO} @@ -33,7 +33,8 @@ MAN1= wmauda.1 post-patch: @${REINPLACE_CMD} -E 's,^(MANPAGE_DIR.*):=,\1\?=,; \ - s,^(LIBS.*):=,\1\+=,' \ + s,^(LIBS.*):=,\1\+=,; \ + s,audacious,& audclient,' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's,/usr/share/pixmaps,${PREFIX}/share/pixmaps,g' \ ${WRKSRC}/config.h |