svn commit: r315322 - in head/x11-wm/enlightenment: . files

Grzegorz Blach gblach at FreeBSD.org
Tue Mar 26 18:38:11 UTC 2013


Author: gblach
Date: Tue Mar 26 18:38:10 2013
New Revision: 315322
URL: http://svnweb.freebsd.org/changeset/ports/315322

Log:
  - Move post-install message to pkg-message file
  - Bump PORTREVISION
  
  Approved by:	tabthorpe (mentor)

Added:
  head/x11-wm/enlightenment/files/pkg-message.in   (contents, props changed)
Modified:
  head/x11-wm/enlightenment/Makefile

Modified: head/x11-wm/enlightenment/Makefile
==============================================================================
--- head/x11-wm/enlightenment/Makefile	Tue Mar 26 18:32:14 2013	(r315321)
+++ head/x11-wm/enlightenment/Makefile	Tue Mar 26 18:38:10 2013	(r315322)
@@ -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

Added: head/x11-wm/enlightenment/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/enlightenment/files/pkg-message.in	Tue Mar 26 18:38:10 2013	(r315322)
@@ -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.
+********************************************************


More information about the svn-ports-all mailing list