From a20dc22164b83956b4c204b3fe0accf634c56b6a Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 31 Jul 1998 17:51:21 +0000 Subject: Move pine.conf files to ${PREFIX}/etc. --- mail/pine/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'mail/pine/Makefile') diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 5b273b4238c..804de89abb6 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1998/07/22 02:45:46 tv Exp $ +# $NetBSD: Makefile,v 1.21 1998/07/31 17:51:21 tv Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -16,7 +16,7 @@ CONFLICTS= pine-3.96 pine-4.00 do-configure: ${CP} -f ${WRKSRC}/pine/osdep/os-neb.h ${WRKSRC}/pine/osdep/os-neb.h.orig - ${SED} -e 's@/usr/local@${PREFIX}@' \ + ${SED} -e 's@/usr/local/lib/@${PREFIX}/etc/@' \ <${WRKSRC}/pine/osdep/os-neb.h.orig >${WRKSRC}/pine/osdep/os-neb.h cd ${WRKSRC}/pico && ${MAKE} -f makefile.neb os.h @@ -38,8 +38,8 @@ do-install: -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}/lib/pine.conf - ${INSTALL_DATA} ${FILESDIR}/pine.conf.fixed ${PREFIX}/lib/ + >${PREFIX}/etc/pine.conf + ${INSTALL_DATA} ${FILESDIR}/pine.conf.fixed ${PREFIX}/etc/ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pine ${INSTALL_DATA} ${WRKSRC}/doc/tech-notes.txt ${PREFIX}/share/doc/pine/ -- cgit v1.2.3