Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jan 2016 15:09:26 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r407143 - branches/2016Q1/devel/log4cxx
Message-ID:  <201601241509.u0OF9QPI097429@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
-
 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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601241509.u0OF9QPI097429>