aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-09-19 15:14:04 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-09-19 15:14:04 +0000
commit8e7637c85be7b53b594c9f275bed2da53e58924e (patch)
treeefd775661dad553bd97984460df92b4ce662d1b1 /x11
parentda5d954664963f46ca43babc8340fe873da14288 (diff)
downloadports-8e7637c85be7b53b594c9f275bed2da53e58924e.tar.gz
ports-8e7637c85be7b53b594c9f275bed2da53e58924e.zip
- restore pkg-message to end-user (needed for package users)
Reminded by: makc@
Notes
Notes: svn path=/head/; revision=327629
Diffstat (limited to 'x11')
-rw-r--r--x11/fluxbg/Makefile4
-rw-r--r--x11/fluxbg/files/pkg-message.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/x11/fluxbg/Makefile b/x11/fluxbg/Makefile
index 1e89547b0061..505b554dcbd5 100644
--- a/x11/fluxbg/Makefile
+++ b/x11/fluxbg/Makefile
@@ -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>
diff --git a/x11/fluxbg/files/pkg-message.in b/x11/fluxbg/files/pkg-message.in
new file mode 100644
index 000000000000..2c122f123e98
--- /dev/null
+++ b/x11/fluxbg/files/pkg-message.in
@@ -0,0 +1,2 @@
+Execution of %%PREFIX%%/bin/%%PORTNAME%%_conf is a prerequisite of running
+%%PORTNAME%%!