svn commit: r407143 - branches/2016Q1/devel/log4cxx
Mark Felder
feld at FreeBSD.org
Sun Jan 24 15:09:27 UTC 2016
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 at 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>
More information about the svn-ports-all
mailing list