aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-10-30 21:53:56 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-10-30 21:53:56 +0000
commitcb375ca7ac58c05faf6609577919fbf7794928db (patch)
tree684c751cf7566008599cd283db762167446d7c48
parent3af57cf53463f3f627dc392dd051d81ab266eecd (diff)
downloadports-cb375ca7ac58c05faf6609577919fbf7794928db.tar.gz
ports-cb375ca7ac58c05faf6609577919fbf7794928db.zip
Notes
-rw-r--r--audio/sdl2_mixer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sdl2_mixer/Makefile b/audio/sdl2_mixer/Makefile
index a8b83c73352e..b6221e145a38 100644
--- a/audio/sdl2_mixer/Makefile
+++ b/audio/sdl2_mixer/Makefile
@@ -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:${PORTSDIR}/audio/libvorbis
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>