Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 21:53:56 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332181 - head/audio/sdl2_mixer
Message-ID:  <201310302153.r9ULruj3064632@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Wed Oct 30 21:53:56 2013
New Revision: 332181
URL: http://svnweb.freebsd.org/changeset/ports/332181

Log:
  - Fix patching the .pc installation path to avoid wrong expansions
  
  Submitted by:	many

Modified:
  head/audio/sdl2_mixer/Makefile

Modified: head/audio/sdl2_mixer/Makefile
==============================================================================
--- head/audio/sdl2_mixer/Makefile	Wed Oct 30 21:47:24 2013	(r332180)
+++ head/audio/sdl2_mixer/Makefile	Wed Oct 30 21:53:56 2013	(r332181)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sdl2_mixer
 PORTVERSION=	2.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://www.libsdl.org/projects/SDL_mixer/release/
 DISTNAME=	SDL2_mixer-${PORTVERSION}
@@ -47,7 +47,7 @@ VORBIS_LIB_DEPENDS=		libvorbis.so:${PORT
 VORBIS_CONFIGURE_ENABLE=	music-ogg
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|$(prefix)/libdata/pkgconfig|$(DESTDIR)$(prefix)/libdata/pkgconfig|' \
+	@${REINPLACE_CMD} -e 's|\($$(prefix)/libdata/pkgconfig\)|$$(DESTDIR)\1|' \
 		${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310302153.r9ULruj3064632>