diff options
author | kristerw <kristerw> | 2005-06-24 16:44:15 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-06-24 16:44:15 +0000 |
commit | 2f85f12157a166ee1233a15ae18ed8189375294e (patch) | |
tree | d94c10ff1365740810ad137b1caf1cca2dd6a483 /textproc/icu | |
parent | 5f491228fc36345ddcbf95b8514da4ed841c29f4 (diff) | |
download | pkgsrc-2f85f12157a166ee1233a15ae18ed8189375294e.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} |