diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-24 16:44:15 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-24 16:44:15 +0000 |
commit | 42c793da7d1c3ecfc26be85bf7cfd56296fe897f (patch) | |
tree | d94c10ff1365740810ad137b1caf1cca2dd6a483 /textproc/icu | |
parent | 590786f61eabd6e43c663511e5050da626edb1ad (diff) | |
download | pkgsrc-42c793da7d1c3ecfc26be85bf7cfd56296fe897f.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'textproc/icu')
-rw-r--r-- | textproc/icu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index bb44ce1a5e6..b1b587d61bc 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2005/05/22 20:08:34 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2005/06/24 16:44:15 kristerw Exp $ # DISTNAME= icu-3.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ftp://ftp.software.ibm.com/software/globalization/icu/${PKGVERSION}/ EXTRACT_SUFX= .tgz @@ -19,6 +19,7 @@ TEST_TARGET= check GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-static +CONFIGURE_ENV+= U_MAKE="${TOOLS_GMAKE}" # ICU's configure script will automatically append "/icu" to the sysconfdir. CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} |