svn commit: r364633 - head/devel/libosmocore
Kurt Jaeger
pi at FreeBSD.org
Mon Aug 11 18:14:07 UTC 2014
Author: pi
Date: Mon Aug 11 18:14:07 2014
New Revision: 364633
URL: http://svnweb.freebsd.org/changeset/ports/364633
QAT: https://qat.redports.org/buildarchive/r364633/
Log:
devel/libosmocore: fix DOCS option build hook
PR: 191877
Modified:
head/devel/libosmocore/Makefile
Modified: head/devel/libosmocore/Makefile
==============================================================================
--- head/devel/libosmocore/Makefile Mon Aug 11 18:08:33 2014 (r364632)
+++ head/devel/libosmocore/Makefile Mon Aug 11 18:14:07 2014 (r364633)
@@ -31,6 +31,9 @@ BUILD_DEPENDS+= doxygen:${PORTSDIR}/deve
.endif
post-patch:
+.if ${PORT_OPTIONS:MDOCS}
+ ${CP} ${WRKSRC}/Makefile.am.orig ${WRKSRC}/Makefile.am
+.endif
${REINPLACE_CMD} -e 's|pkgconfigdir.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.am
${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version
More information about the svn-ports-all
mailing list