svn commit: r332181 - head/audio/sdl2_mixer
Marcus von Appen
mva at FreeBSD.org
Wed Oct 30 21:53:56 UTC 2013
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>
More information about the svn-ports-head
mailing list