aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/sj3
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2002-10-28 00:42:24 +0800
committernork <nork@FreeBSD.org>2002-10-28 00:42:24 +0800
commit20c421081a47a8ce4d0577a039e13f39d62016af (patch)
tree93fdcabdd62d248dfdea1551b5a2daa8cbd4f0ff /japanese/sj3
parent732b7bc5bf2d094dac281423e9bb9bc8264d9d66 (diff)
downloadfreebsd-ports-gnome-20c421081a47a8ce4d0577a039e13f39d62016af.tar.gz
freebsd-ports-gnome-20c421081a47a8ce4d0577a039e13f39d62016af.tar.zst
freebsd-ports-gnome-20c421081a47a8ce4d0577a039e13f39d62016af.zip
Use correct syntax for chown (bin.bin -> bin:bin).
PR: ports/43578 Submitted by: TOMITA Yoshinori <yoshint@hotmail.com>
Diffstat (limited to 'japanese/sj3')
-rw-r--r--japanese/sj3/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/sj3/pkg-install b/japanese/sj3/pkg-install
index f93fb1a1ca9c..9e7612853d21 100644
--- a/japanese/sj3/pkg-install
+++ b/japanese/sj3/pkg-install
@@ -4,7 +4,7 @@ case $2 in
POST-INSTALL)
dic="${PKG_PREFIX}/lib/sj3/dict/user"
mkdir -p $dic
- chown bin.bin $dic
+ chown bin:bin $dic
;;
esac