- restore pkg-message to end-user (needed for package users)

Reminded by: makc@
This commit is contained in:
Jason Helfman 2013-09-19 15:14:04 +00:00
parent da5d954664
commit 8e7637c85b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327629
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -0,0 +1,2 @@
Execution of %%PREFIX%%/bin/%%PORTNAME%%_conf is a prerequisite of running
%%PORTNAME%%!