From cb94837a873a1b5133a45288c8c10ecc16a11079 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 3 Oct 1998 23:52:02 +0000 Subject: Fix path of mail-directory --- mail/pine/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/pine') diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 1ca7f7ee3cc..8c8704221df 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1998/09/22 06:11:38 garbled Exp $ +# $NetBSD: Makefile,v 1.24 1998/10/03 23:52:02 hubertf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -38,7 +38,7 @@ do-install: ( ${ECHO} '# (This file is not part of the pine distribution! - HF)' ; \ ${PREFIX}/bin/pine -conf ) | ${SED} \ -e 's|^\(use-only-domain-name\)=.*$$|\1=No|g' \ - -e 's|^\(mail-directory\)=.*$$|\1=Mail|g' \ + -e 's|^\(mail-directory\)=.*$$|\1=~/Mail|g' \ -e 's|^\(feature-list\)=.*$$|\1=enable-mail-check-cue,enable-suspend,expanded-view-of-addressbooks,include-header-in-reply,include-text-in-reply,show-selected-in-boldface,signature-at-bottom|g' \ -e 's|^\(sort-key\)=.*$$|\1=Arrival/Reverse|g' \ >${PREFIX}/etc/pine.conf -- cgit v1.2.3