summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-02-24 02:09:27 +0000
committerhubertf <hubertf@pkgsrc.org>2001-02-24 02:09:27 +0000
commita5bbac3e9351e2973e9ef0c195e1f2505c0f82ce (patch)
tree70727e784d3f7afb94af5abbe85e19fdb1b18fa7 /japanese
parent77bde4476f7786a6de67d27d193ad235ae99dad2 (diff)
downloadpkgsrc-a5bbac3e9351e2973e9ef0c195e1f2505c0f82ce.tar.gz
First round of cleaning up INSTALL usage:
INSTALL -d => INSTALL_*_DIR INSTALL => INSTALL_* Beware that only invocations are changed that don't set special values for owner, mode or group! Cleanup suggested by zuntum@IRC
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ipadic/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/ipadic/Makefile b/japanese/ipadic/Makefile
index e920c39fd65..4d5cb2ca283 100644
--- a/japanese/ipadic/Makefile
+++ b/japanese/ipadic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/16 15:25:18 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/24 02:09:28 hubertf Exp $
#
DISTNAME= ipadic-2.4.1
@@ -17,8 +17,7 @@ USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
post-install:
- ${INSTALL} -c -m ${NONBINMODE} -o ${BINOWN} -g ${BINGRP} \
- ${WRKSRC}/chasenrc \
+ ${INSTALL_DATA} ${WRKSRC}/chasenrc \
${LOCALBASE}/share/chasen/dic/ipadic/chasenrc.example
test -f ${LOCALBASE}/etc/chasenrc || \
${INSTALL} -c -m ${NONBINMODE} -o ${BINOWN} -g ${BINGRP} \