From 811c5e228a1a8b5cf7a5613e757e4a1053a0bd56 Mon Sep 17 00:00:00 2001 From: naddy Date: Mon, 11 Mar 2002 02:22:46 +0000 Subject: Fix rc file. Submitted by: Jose F. Nieves --- mail/heirloom-mailx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/heirloom-mailx') 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" -- cgit