diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-23 00:40:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-23 00:40:35 +0000 |
commit | a05b089c51bdd74ff5de7f2e779cc44c5403dfc3 (patch) | |
tree | 1d90a98d043d18b3e04bfed29385ffc435d40b9b /devel/log4shib | |
parent | 318805ad370f41056c56567add6b8f12a5f924c4 (diff) |
Notes
Diffstat (limited to 'devel/log4shib')
-rw-r--r-- | devel/log4shib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/log4shib/Makefile b/devel/log4shib/Makefile index 142e5f40a86a..a48fb505d2ab 100644 --- a/devel/log4shib/Makefile +++ b/devel/log4shib/Makefile @@ -7,7 +7,7 @@ CATEGORIES= devel MASTER_SITES= http://shibboleth.net/downloads/${PORTNAME}/${DISTVERSION}/ MAINTAINER= girgen@FreeBSD.org -COMMENT= A library of C++ classes for flexible logging +COMMENT= Library of C++ classes for flexible logging USE_AUTOTOOLS= libtool USES= gmake pathfix pkgconfig @@ -15,7 +15,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-html-docs --disable-doxygen USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure |