diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-03-26 18:38:10 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-03-26 18:38:10 +0000 |
commit | 1197b5f40ea08c5e51a57c934ea68a64629cfedb (patch) | |
tree | 67a3c46c889cbe29c17eadf8fe18582d5661f5b6 /x11-wm/enlightenment | |
parent | d06330fe20b097410e5fb3c5a17749237496f990 (diff) | |
download | ports-1197b5f40ea08c5e51a57c934ea68a64629cfedb.tar.gz ports-1197b5f40ea08c5e51a57c934ea68a64629cfedb.zip |
Notes
Diffstat (limited to 'x11-wm/enlightenment')
-rw-r--r-- | x11-wm/enlightenment/Makefile | 12 | ||||
-rw-r--r-- | x11-wm/enlightenment/files/pkg-message.in | 9 |
2 files changed, 12 insertions, 9 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index 612d145525ad..d7d27cb60c98 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -3,6 +3,7 @@ PORTNAME= enlightenment PORTVERSION= 0.17.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.fr/releases/ \ @@ -28,6 +29,7 @@ USE_EFL_ECORE= ipc USE_GNOME= gnomehack pkgconfig USE_ICONV= yes USE_LDCONFIG= yes +SUB_FILES= pkg-message CONFIGURE_ARGS= --with-profile=MEDIUM_PC \ --disable-connman @@ -62,15 +64,7 @@ post-patch: ${WRKSRC}/src/bin/e_fm/Makefile.in post-install: - @${ECHO_MSG} '********************************************************' - @${ECHO_MSG} 'NOTE: If you want "Shutdown" and "Restart"' - @${ECHO_MSG} 'menu actions to work properly, manually set SUID bit on' - @${ECHO_MSG} '"${PREFIX}/lib/enlightenment/utils/enlightenment_sys"' - @${ECHO_MSG} '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} '********************************************************' + @${CAT} ${PKGMESSAGE} .if ${ARCH} == "sparc64" BROKEN= Does not install on sparc64: signal 10 diff --git a/x11-wm/enlightenment/files/pkg-message.in b/x11-wm/enlightenment/files/pkg-message.in new file mode 100644 index 000000000000..fd1e964783d9 --- /dev/null +++ b/x11-wm/enlightenment/files/pkg-message.in @@ -0,0 +1,9 @@ +******************************************************** +NOTE: If you want "Shutdown" and "Restart" +menu actions to work properly, manually set SUID bit on +"%%PREFIX%%/lib/enlightenment/utils/enlightenment_sys" +executable. + +WARNING: this program might be vulnerable so do not +set suid bit if do not trust all users of this machine. +******************************************************** |