svn commit: r405456 - head/audio/taglib

Jason E. Hale jhale at FreeBSD.org
Thu Jan 7 15:15:56 UTC 2016


Author: jhale
Date: Thu Jan  7 15:15:54 2016
New Revision: 405456
URL: https://svnweb.freebsd.org/changeset/ports/405456

Log:
  Use pathfix

Modified:
  head/audio/taglib/Makefile

Modified: head/audio/taglib/Makefile
==============================================================================
--- head/audio/taglib/Makefile	Thu Jan  7 15:12:31 2016	(r405455)
+++ head/audio/taglib/Makefile	Thu Jan  7 15:15:54 2016	(r405456)
@@ -14,7 +14,7 @@ LICENSE_COMB=	dual
 LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LGPL
 LICENSE_FILE_MPL=	${WRKSRC}/COPYING.MPL
 
-USES=		cmake cpe
+USES=		cmake cpe pathfix
 CMAKE_ARGS=	-DWITH_ASF:BOOL=ON \
 		-DWITH_MP4:BOOL=ON
 USE_LDCONFIG=	yes
@@ -35,8 +35,5 @@ post-patch-RCC-on:
 		${WRKSRC}/taglib.pc.cmake ${WRKSRC}/taglib-config.cmake
 	@${REINPLACE_CMD} -e 's|-ltag_c|-ltag_c -lrcc|g' \
 		${WRKSRC}/bindings/c/taglib_c.pc.cmake
-post-patch:
-	${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \
-		${WRKSRC}/CMakeLists.txt ${WRKSRC}/bindings/c/CMakeLists.txt
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list