Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2013 15:14:04 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327629 - in head/x11/fluxbg: . files
Message-ID:  <201309191514.r8JFE4cx039727@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Thu Sep 19 15:14:04 2013
New Revision: 327629
URL: http://svnweb.freebsd.org/changeset/ports/327629

Log:
  - restore pkg-message to end-user (needed for package users)
  
  Reminded by: makc@

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

Modified: head/x11/fluxbg/Makefile
==============================================================================
--- head/x11/fluxbg/Makefile	Thu Sep 19 15:06:44 2013	(r327628)
+++ head/x11/fluxbg/Makefile	Thu Sep 19 15:14:04 2013	(r327629)
@@ -18,6 +18,8 @@ USES=		pathfix pkgconfig
 PLIST_FILES=	bin/fluxbg \
 		bin/fluxbgd \
 		bin/fluxbg_conf
+SUB_FILES=	pkg-message
+SUB_LIST=	PORTNAME=${PORTNAME}
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
@@ -25,7 +27,7 @@ post-patch:
 
 post-install:
 	@${ECHO_CMD}
-	@${ECHO_MSG} "Execution of ${PREFIX}/bin/${PORTNAME}_conf is a prerequisite of running ${PORTNAME}!"
+	@${CAT} ${PKGMESSAGE}
 	@${ECHO_CMD}
 
 .include <bsd.port.mk>

Added: head/x11/fluxbg/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/fluxbg/files/pkg-message.in	Thu Sep 19 15:14:04 2013	(r327629)
@@ -0,0 +1,2 @@
+Execution of %%PREFIX%%/bin/%%PORTNAME%%_conf is a prerequisite of running
+%%PORTNAME%%!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309191514.r8JFE4cx039727>