From 4b90d17ed9ffbfecbcf61bcb280e4b6bb51aa68f Mon Sep 17 00:00:00 2001 From: jlam Date: Wed, 7 Jan 2004 02:21:16 +0000 Subject: 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/ instead of occasionally putting some directly into /etc." --- textproc/icu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/icu') 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 \ -- cgit v1.2.3