summaryrefslogtreecommitdiff
path: root/textproc/icu
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-01-07 02:21:16 +0000
committerjlam <jlam@pkgsrc.org>2004-01-07 02:21:16 +0000
commit4b90d17ed9ffbfecbcf61bcb280e4b6bb51aa68f (patch)
tree9c8db98822fc70424580d580db896e062263c49e /textproc/icu
parent2102f9fcb1afa2782d2f9de35939cf98d563e9c4 (diff)
downloadpkgsrc-4b90d17ed9ffbfecbcf61bcb280e4b6bb51aa68f.tar.gz
From the log for rev. 1.1260 of bsd.pkg.mk:
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
Diffstat (limited to 'textproc/icu')
-rw-r--r--textproc/icu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile
index 50e27e4ee93..fced6b4e561 100644
--- a/textproc/icu/Makefile
+++ b/textproc/icu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/12/04 11:37:15 recht Exp $
+# $NetBSD: Makefile,v 1.26 2004/01/07 02:21:17 jlam Exp $
#
DISTNAME= icu-2.6.1
@@ -25,7 +25,7 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-static
# ICU's configure script will automatically append "/icu" to the sysconfdir.
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
PKG_SYSCONFSUBDIR= icu
SUPPORT_FILES+= ${PREFIX}/share/examples/icu/convrtrs.txt \