diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/log4cxx/Makefile | 9 | ||||
-rw-r--r-- | devel/log4cxx/pkg-descr | 2 |
2 files changed, 3 insertions, 8 deletions
diff --git a/devel/log4cxx/Makefile b/devel/log4cxx/Makefile index b9201465fbcb..1b2c1dc67c34 100644 --- a/devel/log4cxx/Makefile +++ b/devel/log4cxx/Makefile @@ -1,4 +1,4 @@ -# Created by: Thaddeus Covert <tcovert@grimmy.sahuagin.net> +# Created by: Thaddeus Covert <tcovert@grimmy.sahuagin.net> # $FreeBSD$ PORTNAME= log4cxx @@ -17,7 +17,6 @@ LICENSE= AL2 LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1 OPTIONS_DEFINE= BOOST DOCS DOXYGEN -OPTIONS_DEFAULT= .include <bsd.port.options.mk> @@ -42,11 +41,7 @@ USE_LDCONFIG= yes PORTDOCS= * .endif -pre-configure: - @${REINPLACE_CMD} -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4 - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.am - @(cd ${WRKSRC} && ./autogen.sh) - @${REINPLACE_CMD} -e 's|GREP "\\-L"|GREP "conftest\\.$$objext"|g' ${WRKSRC}/configure +USES= pathfix post-install: .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} diff --git a/devel/log4cxx/pkg-descr b/devel/log4cxx/pkg-descr index 6b1c4c7ff278..91952701bfeb 100644 --- a/devel/log4cxx/pkg-descr +++ b/devel/log4cxx/pkg-descr @@ -1,4 +1,4 @@ Log4cxx is a C++ port of the Log4j project. The goal is to have the same functionality and interfaces as log4j. -WWW: http://logging.apache.org/log4cxx/ +WWW: http://logging.apache.org/log4cxx/ |