diff options
author | abs <abs@pkgsrc.org> | 2007-08-08 16:05:57 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-08-08 16:05:57 +0000 |
commit | cb3da6c1b26dae847075f4c85bcd791d3bd8971f (patch) | |
tree | 1de11a2320b8399f43939f923b95ba6cd5348215 /mail | |
parent | e7aa617b270e68afef3a2587c69e5408f75696c5 (diff) | |
download | pkgsrc-cb3da6c1b26dae847075f4c85bcd791d3bd8971f.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/alpine/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile index d56eb5c6cc4..a398dba23d6 100644 --- a/mail/alpine/Makefile +++ b/mail/alpine/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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 |