summaryrefslogtreecommitdiff
path: root/x11-wm/icewm
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-02-23 10:26:15 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-02-23 10:26:15 +0000
commita5f810794e92c23b06b46ec452a95fdd0a483aea (patch)
tree4f3014c5cb3fa93787ab597df5bb922c2459accc /x11-wm/icewm
parentRemove bogus `@{exec,unexec} ldconfig' - it is added by INSTALLS_SHLIB knob. (diff)
Using the dot as chmod's ownership seperator is deprecated, use the
colon instead. Submitted by: Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
Notes
Notes: svn path=/head/; revision=55123
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r--x11-wm/icewm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile
index 4f86aa4b6eb2..2edffd4a4a1f 100644
--- a/x11-wm/icewm/Makefile
+++ b/x11-wm/icewm/Makefile
@@ -66,7 +66,7 @@ post-install:
.endfor
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
.endif
- ${CHOWN} root.kmem ${PREFIX}/bin/icewm
+ ${CHOWN} root:kmem ${PREFIX}/bin/icewm
${CHMOD} 2555 ${PREFIX}/bin/icewm
.include <bsd.port.post.mk>