summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-03-11 02:22:46 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-03-11 02:22:46 +0000
commit88ebd8f138937ee16fa34036c8baf7f2426ba923 (patch)
treed0b92c868ecfbd0c70f2beaf317aaba9b59cc9ff /mail
parentSome structures in usb.h have changed recently. (diff)
Fix rc file.
Submitted by: Jose F. Nieves <nieves@ltp.upr.clu.edu>
Notes
Notes: svn path=/head/; revision=55840
Diffstat (limited to 'mail')
-rw-r--r--mail/heirloom-mailx/Makefile3
-rw-r--r--mail/nail/Makefile3
2 files changed, 4 insertions, 2 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"
diff --git a/mail/nail/Makefile b/mail/nail/Makefile
index b375676522d3..6d67706a9602 100644
--- a/mail/nail/Makefile
+++ b/mail/nail/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"