aboutsummaryrefslogtreecommitdiff
path: root/devel/log4cplus
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-23 00:35:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-23 00:35:31 +0000
commit45c14a549d64f0caf66cb05c85a7dfba9a00821f (patch)
tree5d0ead10702b937972d7e447dc6f07abfdb1187f /devel/log4cplus
parentd5b80be1d36cacf7916a3e8c80ec434295b20091 (diff)
downloadports-45c14a549d64f0caf66cb05c85a7dfba9a00821f.tar.gz
ports-45c14a549d64f0caf66cb05c85a7dfba9a00821f.zip
Support stage
Notes
Notes: svn path=/head/; revision=340767
Diffstat (limited to 'devel/log4cplus')
-rw-r--r--devel/log4cplus/Makefile19
1 files changed, 8 insertions, 11 deletions
diff --git a/devel/log4cplus/Makefile b/devel/log4cplus/Makefile
index 296ee22bac79..c74200bf215d 100644
--- a/devel/log4cplus/Makefile
+++ b/devel/log4cplus/Makefile
@@ -8,7 +8,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION}
DISTFILES= log4cplus-${PORTVERSION}.tar.bz2
MAINTAINER= reed@reedmedia.net
-COMMENT= A logging library for C++
+COMMENT= logging library for C++
+
+OPTIONS_DEFINE= DOCS
USE_GCC= any
USE_AUTOTOOLS= libtool
@@ -17,18 +19,13 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-threads=yes
MAKE_JOBS_UNSAFE= yes
-.if !defined(NOPORTDOCS)
PORTDOCS= *
-.endif
-NO_STAGE= yes
post-install:
- ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/include/log4cplus
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/docs/*.config ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/docs/*.html ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/docs/doxygen.css ${DOCSDIR}
-.endif
+ ${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${PREFIX}/include/log4cplus
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/docs/*.config ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/docs/*.html ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${WRKSRC}/docs/doxygen.css ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>