Date: Tue, 25 Dec 2012 01:31:51 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309468 - head/audio/xfce4-mixer Message-ID: <201212250131.qBP1VpfO035496@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Dec 25 01:31:50 2012 New Revision: 309468 URL: http://svnweb.freebsd.org/changeset/ports/309468 Log: Patch pixmaps path to fix broken chain icons in xfce4-mixer. Modified: head/audio/xfce4-mixer/Makefile Modified: head/audio/xfce4-mixer/Makefile ============================================================================== --- head/audio/xfce4-mixer/Makefile Mon Dec 24 22:33:12 2012 (r309467) +++ head/audio/xfce4-mixer/Makefile Tue Dec 25 01:31:50 2012 (r309468) @@ -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|'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212250131.qBP1VpfO035496>