svn commit: r327629 - in head/x11/fluxbg: . files
Jason Helfman
jgh at FreeBSD.org
Thu Sep 19 15:14:05 UTC 2013
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%%!
More information about the svn-ports-all
mailing list