aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-02-23 18:26:15 +0800
committerknu <knu@FreeBSD.org>2002-02-23 18:26:15 +0800
commit06848a6a8b63dcee486847806ae80f8d0d18e24e (patch)
tree50ca2d25c455dc0d9d9b8c68dad80b0df17abff0 /x11-wm
parent2aa2d52bb7e979b31c61623fe7b8d6fdebafabca (diff)
downloadfreebsd-ports-gnome-06848a6a8b63dcee486847806ae80f8d0d18e24e.tar.gz
freebsd-ports-gnome-06848a6a8b63dcee486847806ae80f8d0d18e24e.tar.zst
freebsd-ports-gnome-06848a6a8b63dcee486847806ae80f8d0d18e24e.zip
Using the dot as chmod's ownership seperator is deprecated, use the
colon instead. Submitted by: Shin-ichi YOSHIMOTO <yosimoto@waishi.jp>
Diffstat (limited to 'x11-wm')
-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>