diff options
author | naddy <naddy@FreeBSD.org> | 2002-02-20 23:59:17 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-02-20 23:59:17 +0800 |
commit | d9c193cae511ba89d4fc11df19650e282f5a76c3 (patch) | |
tree | 9ae26653a049d79ff451f5bc2bfb1c6eb0637588 /mail/nail/Makefile | |
parent | 9ec82365868a7fe1ddb92095870232b395edf5f9 (diff) | |
download | freebsd-ports-gnome-d9c193cae511ba89d4fc11df19650e282f5a76c3.tar.gz freebsd-ports-gnome-d9c193cae511ba89d4fc11df19650e282f5a76c3.tar.zst freebsd-ports-gnome-d9c193cae511ba89d4fc11df19650e282f5a76c3.zip |
Update to 9.30. User-visible changes in this release:
* Avoid to prepend quote prefix twice when replying to multipart messages.
* Fixed a problem with empty Content-type fields in multipart messages.
* Allow name lists for -b and -c command line options.
* Added the "showlast" option.
Diffstat (limited to 'mail/nail/Makefile')
-rw-r--r-- | mail/nail/Makefile | 9 |
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> |