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 /x11-wm | |
parent | c42293db8c6d92fd355ffbc0b0732eb5d6e178bc (diff) |
Notes
Diffstat (limited to 'x11-wm')
-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> |