summaryrefslogtreecommitdiff
path: root/x11-wm/enlightenment-devel/Makefile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2008-06-22 16:58:09 +0000
committerStanislav Sedov <stas@FreeBSD.org>2008-06-22 16:58:09 +0000
commitc392bd463946ddc54cb477db363a6171f0fd76e5 (patch)
tree59d1b466de7de7ea89fd41df285253e33a184cf0 /x11-wm/enlightenment-devel/Makefile
parent- respect NOPORTDOCS (diff)
- Inform user that applying suid bit on some binaries
might be required for some functions to work. Submitted by: Ilya Bakulin <webmaster@kibab.com>
Notes
Notes: svn path=/head/; revision=215528
Diffstat (limited to 'x11-wm/enlightenment-devel/Makefile')
-rw-r--r--x11-wm/enlightenment-devel/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile
index a1dc2669edff..6767b1fc0b20 100644
--- a/x11-wm/enlightenment-devel/Makefile
+++ b/x11-wm/enlightenment-devel/Makefile
@@ -28,4 +28,14 @@ USE_LDCONFIG= yes
NO_LATEST_LINK= yes
GNU_CONFIGURE= yes
+post-install:
+ @${ECHO_MSG} '********************************************************'
+ @${ECHO_MSG} 'NOTE: If you want "Shutdown" and "Restart"'
+ @${ECHO_MSG} 'menu actions to work properly, manually set SUID bit'
+ @${ECHO_MSG} 'on "${PREFIX}/bin/enlightenment_sys" executable.'
+ @${ECHO_MSG}
+ @${ECHO_MSG} 'WARNING: this program might be vulnerable so do not'
+ @${ECHO_MSG} 'set suid bit if do not trust all users of this machine.'
+ @${ECHO_MSG} '********************************************************'
+
.include <bsd.port.mk>