- Move post-install message to pkg-message file

- Bump PORTREVISION

Approved by:	tabthorpe (mentor)
This commit is contained in:
Grzegorz Blach 2013-03-26 18:38:10 +00:00
parent d06330fe20
commit 1197b5f40e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315322
2 changed files with 12 additions and 9 deletions

View File

@ -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

View File

@ -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.
********************************************************