diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-23 10:26:15 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-23 10:26:15 +0000 |
commit | a5f810794e92c23b06b46ec452a95fdd0a483aea (patch) | |
tree | 4f3014c5cb3fa93787ab597df5bb922c2459accc | |
parent | Remove 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
-rw-r--r-- | x11-wm/icewm/Makefile | 2 |
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> |