Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# $NetBSD: INSTALL,v 1.1 2011/09/13 07:55:31 obache Exp $
case ${STAGE} in
POST-INSTALL)
for f in `cd ${PREFIX}/share/wnn/ja_JP/dic && find . -type f`; do
d=@WNNDICTDIR@/ja_JP/`${DIRNAME} ${f}`;
${MKDIR} ${d};
${CP} ${PREFIX}/share/wnn/ja_JP/dic/${f} ${d};
done
for i in `${FIND} @WNNDICTDIR@/ja_JP -type f \( -name \*dic -o -name \*fzk \)`; do
${CHMOD} +w ${i};
${PREFIX}/bin/wnntouch ${i};
done;
;;
esac