diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-02-20 11:38:18 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2002-02-20 11:38:18 +0000 |
commit | 30bffc40bea15dc0050aad1164b726c05b6ad195 (patch) | |
tree | 89ff63fee1f354b8c2713d369e39aba5a4e8f4da /x11-wm/icewm/Makefile | |
parent | ba5574060ff1898d1f4b31a4b8709b4fb56a7d0c (diff) |
Notes
Diffstat (limited to 'x11-wm/icewm/Makefile')
-rw-r--r-- | x11-wm/icewm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 8ef26275c1aa..d57e7f2606a8 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -7,6 +7,7 @@ PORTNAME= icewm PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -56,5 +57,7 @@ post-install: .endfor ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/icewm .endif + ${CHOWN} root.kmem ${PREFIX}/bin/icewm + ${CHMOD} 2555 ${PREFIX}/bin/icewm .include <bsd.port.post.mk> |