diff options
-rw-r--r-- | deskutils/cairo-dock-plugins/Makefile | 2 | ||||
-rw-r--r-- | mail/claws-mail/Makefile | 2 | ||||
-rw-r--r-- | mail/libetpan/Makefile | 7 |
3 files changed, 6 insertions, 5 deletions
diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile index 29fb3fb4b93d..5f341eba0a79 100644 --- a/deskutils/cairo-dock-plugins/Makefile +++ b/deskutils/cairo-dock-plugins/Makefile @@ -2,7 +2,7 @@ PORTNAME= cairo-dock-plugins DISTVERSION= 3.2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MASTER_SITES= https://launchpadlibrarian.net/137290159/ \ http://pazzle.otdux.com.ua/ 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> |