summaryrefslogtreecommitdiff
path: root/textproc/icu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r--textproc/icu/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile
index 24040004614..349bdbbda5b 100644
--- a/textproc/icu/Makefile
+++ b/textproc/icu/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2005/12/30 23:49:08 joerg Exp $
+# $NetBSD: Makefile,v 1.47 2006/01/03 00:04:42 wiz Exp $
#
-DISTNAME= icu-3.2
-PKGREVISION= 2
+DISTNAME= icu-3.4
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.software.ibm.com/software/globalization/icu/${PKGVERSION}/
EXTRACT_SUFX= .tgz
@@ -24,11 +23,6 @@ CONFIGURE_ENV+= U_MAKE=${TOOLS_GMAKE:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
PKG_SYSCONFSUBDIR= icu
-CONVRTRS_EG= ${CONVRTRS_EG_DIR}/convrtrs.txt
-CONVRTRS_EG_DIR= ${PREFIX}/share/examples/icu
-
-CONF_FILES+= ${CONVRTRS_EG} ${PKG_SYSCONFDIR}/convrtrs.txt
-
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "native"
@@ -57,8 +51,4 @@ PLIST_SUBST+= MH_NAME=mh-darwin
PLIST_SUBST+= MH_NAME=mh-unknown
.endif
-post-install:
- ${INSTALL_DATA_DIR} ${CONVRTRS_EG_DIR}
- ${INSTALL_DATA} ${WRKSRC}/data/mappings/convrtrs.txt ${CONVRTRS_EG}
-
.include "../../mk/bsd.pkg.mk"