diff options
author | jlam <jlam> | 2005-08-19 18:12:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-08-19 18:12:36 +0000 |
commit | b99928fdbc9a42469c377a8a2847c9963522e04d (patch) | |
tree | 41d5fc337098f380e5f2c0106fb2d4d88fd977eb /textproc/icu | |
parent | 6376ed41fdc7ad082a01122a4e0c6a6c0e82ae9c (diff) | |
download | pkgsrc-b99928fdbc9a42469c377a8a2847c9963522e04d.tar.gz |
Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.
Diffstat (limited to 'textproc/icu')
-rw-r--r-- | textproc/icu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index b1b587d61bc..12a114e6674 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/06/24 16:44:15 kristerw Exp $ +# $NetBSD: Makefile,v 1.42 2005/08/19 18:12:39 jlam Exp $ # DISTNAME= icu-3.2 @@ -28,7 +28,7 @@ PKG_SYSCONFSUBDIR= icu CONVRTRS_EG= ${CONVRTRS_EG_DIR}/convrtrs.txt CONVRTRS_EG_DIR= ${PREFIX}/share/examples/icu -SUPPORT_FILES+= ${CONVRTRS_EG} ${PKG_SYSCONFDIR}/convrtrs.txt +CONF_FILES+= ${CONVRTRS_EG} ${PKG_SYSCONFDIR}/convrtrs.txt .include "../../mk/pthread.buildlink3.mk" |