diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-12-25 01:31:50 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-12-25 01:31:50 +0000 |
commit | 9641d7b729546f6cd80a44afd5142353616774a8 (patch) | |
tree | 59dc6068299113518479a3520f323bdb2d47e65b /audio/xfce4-mixer/Makefile | |
parent | 1f4a5ce21e0e3990c493d3b783aba6bdcb50741b (diff) | |
download | ports-9641d7b729546f6cd80a44afd5142353616774a8.tar.gz ports-9641d7b729546f6cd80a44afd5142353616774a8.zip |
Patch pixmaps path to fix broken chain icons in xfce4-mixer.
Notes
Notes:
svn path=/head/; revision=309468
Diffstat (limited to 'audio/xfce4-mixer/Makefile')
-rw-r--r-- | audio/xfce4-mixer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index b83661cb1d36..f6e098efc1af 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -4,6 +4,7 @@ PORTNAME= xfce4-mixer PORTVERSION= 4.10.0 +PORTREVISION= 1 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -43,8 +44,8 @@ CONFIGURE_ARGS+=--disable-keybinder .endif post-patch: - @${FIND} ${WRKSRC} -name 'Makefile.in' -type f \ - | ${XARGS} ${REINPLACE_CMD} -e \ + @${FIND} ${WRKSRC} -name 'Makefile.in' -or -name 'xfce-mixer-track.c' \ + -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's|(pkgdatadir)/icons|(datadir)/icons| ; \ s|pixmaps/xfce4-mixer|pixmaps|' |