svn commit: r360574 - head/devel/libiqxmlrpc
Antoine Brodin
antoine at FreeBSD.org
Fri Jul 4 08:45:06 UTC 2014
Author: antoine
Date: Fri Jul 4 08:45:05 2014
New Revision: 360574
URL: http://svnweb.freebsd.org/changeset/ports/360574
QAT: https://qat.redports.org/buildarchive/r360574/
Log:
Unbreak
Modified:
head/devel/libiqxmlrpc/Makefile
Modified: head/devel/libiqxmlrpc/Makefile
==============================================================================
--- head/devel/libiqxmlrpc/Makefile Fri Jul 4 08:44:59 2014 (r360573)
+++ head/devel/libiqxmlrpc/Makefile Fri Jul 4 08:45:05 2014 (r360574)
@@ -27,11 +27,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
USE_OPENSSL= yes
-PORTDATA= *
PORTDOCS= *
post-patch:
${REINPLACE_CMD} -e 's,lib/pkgconfig,libdata/pkgconfig,' ${WRKSRC}/libiqxmlrpc/CMakeLists.txt
- ${REINPLACE_CMD} -e 's,share/doc/libiqxmlrpc-$${Libiqxmlrpc_VERSION},share/libiqxmlrpc,' ${WRKSRC}/doc/CMakeLists.txt
+ ${REINPLACE_CMD} -e 's,share/doc/libiqxmlrpc-$${Libiqxmlrpc_VERSION},${DOCSDIR_REL},' ${WRKSRC}/doc/CMakeLists.txt
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list