diff options
author | knu <knu@FreeBSD.org> | 2002-02-23 10:26:15 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-02-23 10:26:15 +0000 |
commit | 06848a6a8b63dcee486847806ae80f8d0d18e24e (patch) | |
tree | 50ca2d25c455dc0d9d9b8c68dad80b0df17abff0 /x11-wm/icewm | |
parent | 2aa2d52bb7e979b31c61623fe7b8d6fdebafabca (diff) | |
download | FreeBSD-ports-06848a6a8b63dcee486847806ae80f8d0d18e24e.zip FreeBSD-ports-06848a6a8b63dcee486847806ae80f8d0d18e24e.tar.gz |
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/icewm')
-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 4f86aa4..2edffd4 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> |