summaryrefslogtreecommitdiffstats
path: root/chinese/CJK
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-11-15 13:12:58 +0000
committerijliao <ijliao@FreeBSD.org>2001-11-15 13:12:58 +0000
commit1c93e9533df81f88c56e614a0bc85948d23700eb (patch)
treea33b55b3cbce8b0488545daef84d8177f86c8121 /chinese/CJK
parenta6550715580f6e2a3507917a22d398ca334f9870 (diff)
downloadFreeBSD-ports-1c93e9533df81f88c56e614a0bc85948d23700eb.zip
FreeBSD-ports-1c93e9533df81f88c56e614a0bc85948d23700eb.tar.gz
chown user:group, not user.group
Diffstat (limited to 'chinese/CJK')
-rw-r--r--chinese/CJK/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/CJK/files/patch-aa b/chinese/CJK/files/patch-aa
index 61c487f..5f35dea 100644
--- a/chinese/CJK/files/patch-aa
+++ b/chinese/CJK/files/patch-aa
@@ -21,7 +21,7 @@
+ (rm -fr $(CJK_DIR)); && \
+ (mkdir -p $(CJK_DIR)); && \
+ ($(CP) -R texinput/* $(CJK_DIR)); && \
-+ ($(CHOWN) -R $(SHAREOWN).$(SHAREGRP) $(CJK_DIR))
++ ($(CHOWN) -R $(SHAREOWN):$(SHAREGRP) $(CJK_DIR))
+
+clean:
+ $(MAKE) -C utils $@
OpenPOWER on IntegriCloud