svn commit: r309468 - head/audio/xfce4-mixer

Emanuel Haupt ehaupt at FreeBSD.org
Tue Dec 25 01:31:51 UTC 2012


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|'
 


More information about the svn-ports-all mailing list