From owner-svn-ports-branches@freebsd.org Sun Jan 24 15:09:27 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 958209D2841; Sun, 24 Jan 2016 15:09:27 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6557DA05; Sun, 24 Jan 2016 15:09:27 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0OF9QIh097430; Sun, 24 Jan 2016 15:09:26 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0OF9QPI097429; Sun, 24 Jan 2016 15:09:26 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601241509.u0OF9QPI097429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 24 Jan 2016 15:09:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407143 - branches/2016Q1/devel/log4cxx X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2016 15:09:27 -0000 Author: feld Date: Sun Jan 24 15:09:26 2016 New Revision: 407143 URL: https://svnweb.freebsd.org/changeset/ports/407143 Log: MFH: r407072 - Add LICENSE_FILE - Switch to options helpers Approved by: ports-secteam (with hat) Modified: branches/2016Q1/devel/log4cxx/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/devel/log4cxx/Makefile ============================================================================== --- branches/2016Q1/devel/log4cxx/Makefile Sun Jan 24 15:07:21 2016 (r407142) +++ branches/2016Q1/devel/log4cxx/Makefile Sun Jan 24 15:09:26 2016 (r407143) @@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= C++ port of the Log4j project LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libapr-1.so:${PORTSDIR}/devel/apr1 @@ -29,17 +30,13 @@ BOOST_BUILD_DEPENDS= ${LOCALBASE}/includ DOXYGEN_CONFIGURE_OFF= --disable-doxygen DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen -.include - post-configure: @${REINPLACE_CMD} -e 's|-dpR|-pr|' \ -e '/^htmldest/ s|$$(pkgdatadir)|${DOCSDIR}|' \ ${WRKSRC}/src/site/doxy/Makefile -post-install: -.if ${PORT_OPTIONS:MDOXYGEN} +post-install-DOXYGEN-on: @cd ${STAGEDIR}${PREFIX} && \ - ${FIND} ${DOCSDIR:S|${PREFIX}/||} ! -type d >> ${TMPPLIST} -.endif + ${FIND} ${DOCSDIR:S|${PREFIX}/||} ! -type d >> ${TMPPLIST} .include