diff options
author | pawel <pawel@FreeBSD.org> | 2014-09-27 20:13:29 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-09-27 20:13:29 +0800 |
commit | 15016739b10915cb12efda2e1ddc7c72465120f5 (patch) | |
tree | 35a02adf0e173f7297b74d737ddeacc2f297ea5a /mail | |
parent | dc4a88ebc0560c2ad6855a72323ff429df25cac9 (diff) | |
download | freebsd-ports-gnome-15016739b10915cb12efda2e1ddc7c72465120f5.tar.gz freebsd-ports-gnome-15016739b10915cb12efda2e1ddc7c72465120f5.tar.zst freebsd-ports-gnome-15016739b10915cb12efda2e1ddc7c72465120f5.zip |
Fix USES=autoreconf conversion
Reported by: antoine
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 2 | ||||
-rw-r--r-- | mail/libetpan/Makefile | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index ee4973debac4..615c7f3bc9e3 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= claws-mail -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail news ipv6 COMMENT= Lightweight and featureful GTK+ based e-mail and news client 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> |