From owner-svn-ports-head@FreeBSD.ORG Mon Aug 11 18:14:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9DB14B0 for ; Mon, 11 Aug 2014 18:14:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFB7A2DE0 for ; Mon, 11 Aug 2014 18:14:07 +0000 (UTC) Received: from pi (uid 1338) (envelope-from pi@FreeBSD.org) id 2a83 by svn.freebsd.org (DragonFly Mail Agent v0.9+); Mon, 11 Aug 2014 18:14:07 +0000 From: Kurt Jaeger Date: Mon, 11 Aug 2014 18:14:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364633 - head/devel/libosmocore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e907ef.2a83.2a3e5097@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2014 18:14:07 -0000 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