aboutsummaryrefslogtreecommitdiff
path: root/www/e2guardian
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-19 12:38:16 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-19 12:38:16 +0000
commitdf91d3c8f6b86f4111f175a0c2abe741ef99a6a0 (patch)
tree538aa7f33413b3bd37a4a154dad8f55c18b8341e /www/e2guardian
parent09f6ce160d57cb5bd09119f32d52d4ae9ed8ea0c (diff)
downloadports-df91d3c8f6b86f4111f175a0c2abe741ef99a6a0.tar.gz
ports-df91d3c8f6b86f4111f175a0c2abe741ef99a6a0.zip
AC_CONFIG_MACRO_DIR is missing in configure.ac but USES=autoreconf isn't
needed so just remove it. Reported by: antoine
Notes
Notes: svn path=/head/; revision=384285
Diffstat (limited to 'www/e2guardian')
-rw-r--r--www/e2guardian/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/www/e2guardian/Makefile b/www/e2guardian/Makefile
index 1e2c6b6480b9..11d1a723abc5 100644
--- a/www/e2guardian/Makefile
+++ b/www/e2guardian/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
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>