aboutsummaryrefslogtreecommitdiffstats
path: root/mail/libetpan
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2008-08-20 08:57:32 +0800
committerade <ade@FreeBSD.org>2008-08-20 08:57:32 +0800
commit8eb92ae1d0dce072ddbe65c4852625fae9d1eddb (patch)
tree0187b240fea44ca0f29e4c127dba0644d947187e /mail/libetpan
parent6998bd19975dd6b512ccc433d82c50c8893fbc13 (diff)
downloadfreebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.gz
freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.zst
freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.zip
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Diffstat (limited to 'mail/libetpan')
-rw-r--r--mail/libetpan/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile
index 329caf2d8a59..4b93e2fda777 100644
--- a/mail/libetpan/Makefile
+++ b/mail/libetpan/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
sasl2.2:${PORTSDIR}/security/cyrus-sasl2
USE_ICONV= yes
-USE_AUTOTOOLS= libtool:15 autoconf:261
+USE_AUTOTOOLS= libtool:15 autoconf:262
USE_LDCONFIG= yes
USE_GMAKE= yes
@@ -38,6 +38,9 @@ USE_OPENSSL= yes
CONFIGURE_ARGS+= --without-gnutls
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4
+
post-install:
@${FIND} ${PREFIX}/include/libetpan* ! -type d | ${SED} \
's,^${PREFIX}/,,' >> ${TMPPLIST}