svn commit: r405453 - head/audio/libdiscid

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


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

Log:
  Use pathfix

Modified:
  head/audio/libdiscid/Makefile

Modified: head/audio/libdiscid/Makefile
==============================================================================
--- head/audio/libdiscid/Makefile	Thu Jan  7 15:07:37 2016	(r405452)
+++ head/audio/libdiscid/Makefile	Thu Jan  7 15:09:53 2016	(r405453)
@@ -11,11 +11,7 @@ COMMENT=	Library for creating MusicBrain
 
 LICENSE=	LGPL21
 
-USES=		cmake
+USES=		cmake pathfix
 USE_LDCONFIG=	yes
 
-post-patch:
-	${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
-		 ${WRKSRC}/CMakeLists.txt
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list