summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-24 18:18:00 +0000
committerkristerw <kristerw>2005-06-24 18:18:00 +0000
commitf4172b402fe72e4572815d6ecfd3992fadc8830d (patch)
treee09fb623719aac3acc3cd4df12bdad62705567c6 /sysutils
parentbb556ab170696d765aec070ace1adf86137a164a (diff)
downloadpkgsrc-f4172b402fe72e4572815d6ecfd3992fadc8830d.tar.gz
Change the CONFIGURE_ENV to use the variables users are supposed to set,
rather than the autoconf cache variables.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cdbkup/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/cdbkup/Makefile b/sysutils/cdbkup/Makefile
index e59c734b775..382053188f5 100644
--- a/sysutils/cdbkup/Makefile
+++ b/sysutils/cdbkup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/06/24 10:39:10 kristerw Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/24 18:18:00 kristerw Exp $
DISTNAME= cdbkup-1.0
PKGREVISION= 2
@@ -22,8 +22,8 @@ DEPENDS+= gtar-base>=1.13.25:../../archivers/gtar-base
GNU_CONFIGURE= YES
USE_PERL5= YES
USE_TOOLS+= cat date
-CONFIGURE_ENV+= ac_cv_path_CAT="${TOOLS_CAT}"
-CONFIGURE_ENV+= ac_cv_path_DATE="${TOOLS_DATE}"
+CONFIGURE_ENV+= CAT="${TOOLS_CAT}"
+CONFIGURE_ENV+= DATE="${TOOLS_DATE}"
.if (${OPSYS} == SunOS)
CDBKUP_SNARDIR?= /var/${PKGBASE}