aboutsummaryrefslogtreecommitdiff
path: root/mail/libetpan
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-09-27 12:13:29 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-09-27 12:13:29 +0000
commit7a918da861216a8b4c15b7a7f0457c7f27445f78 (patch)
tree35a02adf0e173f7297b74d737ddeacc2f297ea5a /mail/libetpan
parenteb8a6587c4ef0181ebb664c90675f6ba1cff77ef (diff)
downloadports-7a918da861216a8b4c15b7a7f0457c7f27445f78.tar.gz
ports-7a918da861216a8b4c15b7a7f0457c7f27445f78.zip
Fix USES=autoreconf conversion
Reported by: antoine
Notes
Notes: svn path=/head/; revision=369387
Diffstat (limited to 'mail/libetpan')
-rw-r--r--mail/libetpan/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/libetpan/Makefile b/mail/libetpan/Makefile
index e6ad37809a99..7a6357dc1baa 100644
--- a/mail/libetpan/Makefile
+++ b/mail/libetpan/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libetpan
PORTVERSION= 1.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail ipv6
MAINTAINER= pawel@FreeBSD.org
@@ -19,7 +19,8 @@ USE_GITHUB= yes
GH_ACCOUNT= dinhviethoa
GH_COMMIT= 34bab37
-USES= autoreconf:build gmake iconv libtool
+USES= autoreconf gmake iconv libtool
+GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
@@ -41,6 +42,6 @@ OPENSSL_CONFIGURE_ON= --with-openssl="${OPENSSLBASE}"
OPENSSL_USE= OPENSSL=yes
pre-configure:
- (cd ${WRKSRC} && ./autogen.sh)
+ (cd ${WRKSRC} && ${LN} -s README.md README)
.include <bsd.port.mk>