aboutsummaryrefslogtreecommitdiff
path: root/mail/nail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/nail/Makefile')
-rw-r--r--mail/nail/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/nail/Makefile b/mail/nail/Makefile
index 4f6e3b97e747..b375676522d3 100644
--- a/mail/nail/Makefile
+++ b/mail/nail/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= nail
-PORTVERSION= 9.29
-PORTREVISION= 1
+PORTVERSION= 9.30
CATEGORIES= mail
MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/
@@ -15,13 +14,11 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv
-USE_AUTOCONF= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv"
MAN1= nail.1
-post-patch:
- @cd ${WRKSRC} && ${TOUCH} Makefile.in aclocal.m4 stamp-h.in
-
.include <bsd.port.mk>