diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-03-11 02:22:46 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-03-11 02:22:46 +0000 |
commit | 88ebd8f138937ee16fa34036c8baf7f2426ba923 (patch) | |
tree | d0b92c868ecfbd0c70f2beaf317aaba9b59cc9ff /mail/heirloom-mailx | |
parent | 634e326ac0024d4bb79cbda84ec5371715687a62 (diff) | |
download | ports-88ebd8f138937ee16fa34036c8baf7f2426ba923.tar.gz ports-88ebd8f138937ee16fa34036c8baf7f2426ba923.zip |
Notes
Diffstat (limited to 'mail/heirloom-mailx')
-rw-r--r-- | mail/heirloom-mailx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index b375676522d3..6d67706a9602 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -7,6 +7,7 @@ PORTNAME= nail PORTVERSION= 9.30 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= iconv.2:${PORTSDIR}/converters/iconv GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc" +CONFIGURE_ARGS= --with-rcfile="${PREFIX}/etc/nail.rc" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv" |