Date: Mon, 11 Aug 2014 18:14:07 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364633 - head/devel/libosmocore Message-ID: <53e907ef.2a83.2a3e5097@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e907ef.2a83.2a3e5097>