svn commit: r384285 - head/www/e2guardian

Tijl Coosemans tijl at FreeBSD.org
Sun Apr 19 12:38:17 UTC 2015


Author: tijl
Date: Sun Apr 19 12:38:16 2015
New Revision: 384285
URL: https://svnweb.freebsd.org/changeset/ports/384285

Log:
  AC_CONFIG_MACRO_DIR is missing in configure.ac but USES=autoreconf isn't
  needed so just remove it.
  
  Reported by:	antoine

Modified:
  head/www/e2guardian/Makefile

Modified: head/www/e2guardian/Makefile
==============================================================================
--- head/www/e2guardian/Makefile	Sun Apr 19 12:37:10 2015	(r384284)
+++ head/www/e2guardian/Makefile	Sun Apr 19 12:38:16 2015	(r384285)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 
 USE_GITHUB=	yes
 GH_TAGNAME=	${PORTVERSION:S/^/v/}
-USES=		autoreconf iconv pkgconfig
+USES=		iconv pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var \
 		--with-logdir=/var/log \
@@ -70,11 +70,7 @@ DEBUG_CONFIGURE_WITH=		dgdebug
 SSL_LDFLAGS=			-lssl -lcrypto
 SSL_CFLAGS=			-D__SSLMITM -D__SSLCERT
 
-.include <bsd.port.pre.mk>
-
-pre-configure:
-	@${REINPLACE_CMD} -e 's|.lresolv||g' \
-		${WRKSRC}/configure.ac
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MCLAMD} || ${PORT_OPTIONS:MICAP} || \
     ${PORT_OPTIONS:MKAV} || ${PORT_OPTIONS:MCLISCAN}
@@ -93,4 +89,4 @@ post-install:
 	@${MV} ${STAGEDIR}${ETCDIR}/lists/bannedrooms/default \
 		${STAGEDIR}${ETCDIR}/lists/bannedrooms/default.sample
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list