diff options
author | kristerw <kristerw> | 2005-06-24 16:44:15 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-06-24 16:44:15 +0000 |
commit | 0f4f5fa54946c6898750f033c846f74a14194bbd (patch) | |
tree | d94c10ff1365740810ad137b1caf1cca2dd6a483 /textproc/icu/Makefile | |
parent | 980a6e9afd253370a355a553e076a75221d9d3d2 (diff) | |
download | pkgsrc-0f4f5fa54946c6898750f033c846f74a14194bbd.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'textproc/icu/Makefile')
-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} |