pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/alpine Update mail/alpine to 0.999nb1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b389dc2fefcc
branches:  trunk
changeset: 531898:b389dc2fefcc
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Aug 08 16:05:57 2007 +0000

description:
Update mail/alpine to 0.999nb1
- The default configure scripts end up encoding '${prefix}' (note quotes)
  at the start of /etc/pine.conf{,.fixed}. Use --with-system-pinerc and
  --with-system-fixed-pinerc to explicitly set them to ${PKG_SYSCONFDIR}

diffstat:

 mail/alpine/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 1c90ee3206cb -r b389dc2fefcc mail/alpine/Makefile
--- a/mail/alpine/Makefile      Wed Aug 08 15:55:28 2007 +0000
+++ b/mail/alpine/Makefile      Wed Aug 08 16:05:57 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2007/07/02 09:38:34 abs Exp $
+# $NetBSD: Makefile,v 1.5 2007/08/08 16:05:57 abs Exp $
 #
 
 DISTNAME=      alpine-0.999
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.cac.washington.edu/alpine/
 EXTRACT_SUFX=  .tar.bz2
@@ -14,6 +15,9 @@
 
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+= --with-ssl-dir=${SSLBASE:Q}
+CONFIGURE_ARGS+= --with-system-pinerc=${PKG_SYSCONFDIR}/pine.conf
+CONFIGURE_ARGS+= --with-system-fixed-pinerc=${PKG_SYSCONFDIR}/pine.conf.fixed
+
 USE_LIBTOOL=   yes
 
 INSTALLATION_DIRS=     bin ${PKMANDIR}/man1



Home | Main Index | Thread Index | Old Index