pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rp-pppoe Change the CONFIGURE_ENV to use the varia...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/832c4ca353a8
branches:  trunk
changeset: 496234:832c4ca353a8
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jun 24 19:18:57 2005 +0000

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

diffstat:

 net/rp-pppoe/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 47b0a0ab6fc2 -r 832c4ca353a8 net/rp-pppoe/Makefile
--- a/net/rp-pppoe/Makefile     Fri Jun 24 19:16:07 2005 +0000
+++ b/net/rp-pppoe/Makefile     Fri Jun 24 19:18:57 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/06/23 16:48:27 kristerw Exp $
+# $NetBSD: Makefile,v 1.28 2005/06/24 19:18:57 kristerw Exp $
 
 DISTNAME=      rp-pppoe-3.5
 PKGREVISION=   2
@@ -17,7 +17,7 @@
 USE_TOOLS+=    id
 GNU_CONFIGURE= YES
 CONFIGURE_ENV+=        PPPD=${PPPD}
-CONFIGURE_ENV+=        ac_cv_path_ID="${TOOLS_ID}"
+CONFIGURE_ENV+=        ID="${TOOLS_ID}"
 
 RCD_SCRIPTS=   pppoe
 



Home | Main Index | Thread Index | Old Index