pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pinepgp Change the CONFIGURE_ENV to use the v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10c561bf9b41
branches:  trunk
changeset: 496216:10c561bf9b41
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jun 24 18:29:14 2005 +0000

description:
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.

diffstat:

 security/pinepgp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fc3e6507a732 -r 10c561bf9b41 security/pinepgp/Makefile
--- a/security/pinepgp/Makefile Fri Jun 24 18:18:00 2005 +0000
+++ b/security/pinepgp/Makefile Fri Jun 24 18:29:14 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/06/24 10:30:47 kristerw Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/24 18:29:14 kristerw Exp $
 #
 
 DISTNAME=              pinepgp-0.18.0
@@ -17,7 +17,7 @@
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            cat
-CONFIGURE_ENV+=                ac_cv_path_CAT="${TOOLS_CAT}"
+CONFIGURE_ENV+=                CAT="${TOOLS_CAT}"
 
 PINEPGP_USEGPG?=       yes
 PINEPGP_USEPGP5?=      yes



Home | Main Index | Thread Index | Old Index