diff options
author | tv <tv> | 1998-10-04 00:11:36 +0000 |
---|---|---|
committer | tv <tv> | 1998-10-04 00:11:36 +0000 |
commit | 4a0d2234e8dd65bea38f066d7294521f61f43701 (patch) | |
tree | 8136cf7e7872a3c88acddca55b8338f7480f0966 | |
parent | 8ec740677b48498e0489a01e7d8e265f5f88420d (diff) | |
download | pkgsrc-4a0d2234e8dd65bea38f066d7294521f61f43701.tar.gz |
Back out previous, and nuke mail-directory default setting completely.
Pine's default mail directory has always been `mail' (no capital), and
users who want this changed may do so manually.
-rw-r--r-- | mail/pine/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 8c8704221df..8c08dad4152 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1998/10/03 23:52:02 hubertf Exp $ +# $NetBSD: Makefile,v 1.25 1998/10/04 00:11:36 tv Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -38,7 +38,6 @@ 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|^\(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 |