diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-23 08:40:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-23 08:40:35 +0800 |
commit | 9c989364df9922b3b72b4c27a0c3d904f79ca220 (patch) | |
tree | 1d90a98d043d18b3e04bfed29385ffc435d40b9b | |
parent | e2804b9058237dae6cfa903f91a3ea735851fefd (diff) | |
download | freebsd-ports-gnome-9c989364df9922b3b72b4c27a0c3d904f79ca220.tar.gz freebsd-ports-gnome-9c989364df9922b3b72b4c27a0c3d904f79ca220.tar.zst freebsd-ports-gnome-9c989364df9922b3b72b4c27a0c3d904f79ca220.zip |
Support stage
-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 |