diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-12-25 09:31:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-12-25 09:31:50 +0800 |
commit | cfe2149328446ab863803e65d1f0c0d77d6bdb88 (patch) | |
tree | 59dc6068299113518479a3520f323bdb2d47e65b | |
parent | 78bc6aaf676b858df6de4bcb5766aa894989377b (diff) | |
download | freebsd-ports-gnome-cfe2149328446ab863803e65d1f0c0d77d6bdb88.tar.gz freebsd-ports-gnome-cfe2149328446ab863803e65d1f0c0d77d6bdb88.tar.zst freebsd-ports-gnome-cfe2149328446ab863803e65d1f0c0d77d6bdb88.zip |
Patch pixmaps path to fix broken chain icons in xfce4-mixer.
-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|' |