summaryrefslogtreecommitdiff
path: root/mail/pine
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-10-03 23:52:02 +0000
committerhubertf <hubertf@pkgsrc.org>1998-10-03 23:52:02 +0000
commitcb94837a873a1b5133a45288c8c10ecc16a11079 (patch)
tree7df4445d6058513bef8c3b5320ed25e6911eab92 /mail/pine
parent9d4f395c15d6b2e4fe76eae4285358d8ca77f52c (diff)
downloadpkgsrc-cb94837a873a1b5133a45288c8c10ecc16a11079.tar.gz
Fix path of mail-directory
Diffstat (limited to 'mail/pine')
-rw-r--r--mail/pine/Makefile4
1 files changed, 2 insertions, 2 deletions
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