svn commit: r339726 - head/audio/sdl_mixer

Marcus von Appen mva at FreeBSD.org
Tue Jan 14 21:54:55 UTC 2014


Author: mva
Date: Tue Jan 14 21:54:54 2014
New Revision: 339726
URL: http://svnweb.freebsd.org/changeset/ports/339726
QAT: https://qat.redports.org/buildarchive/r339726/

Log:
  - Enable stagedir support

Modified:
  head/audio/sdl_mixer/Makefile

Modified: head/audio/sdl_mixer/Makefile
==============================================================================
--- head/audio/sdl_mixer/Makefile	Tue Jan 14 21:47:09 2014	(r339725)
+++ head/audio/sdl_mixer/Makefile	Tue Jan 14 21:54:54 2014	(r339726)
@@ -14,7 +14,6 @@ COMMENT=	A sample multi-channel audio mi
 LICENSE=	ZLIB
 
 USE_AUTOTOOLS=	libtool
-NO_STAGE=	yes
 USE_SDL=	sdl
 USES=		gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
@@ -60,6 +59,8 @@ CONFIG_FILE=	${LOCALBASE}/lib/timidity/t
 .endif
 
 post-patch:
+	@${REINPLACE_CMD} -e 's|\($$(prefix)/libdata/pkgconfig\)|$$(DESTDIR)\1|' \
+		${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|%%CONFIG_FILE%%|${CONFIG_FILE}|g' \
 		${WRKSRC}/timidity/config.h
 


More information about the svn-ports-all mailing list