mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- restore pkg-message to end-user (needed for package users)
Reminded by: makc@
This commit is contained in:
parent
da5d954664
commit
8e7637c85b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327629
@ -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>
|
||||
|
2
x11/fluxbg/files/pkg-message.in
Normal file
2
x11/fluxbg/files/pkg-message.in
Normal file
@ -0,0 +1,2 @@
|
||||
Execution of %%PREFIX%%/bin/%%PORTNAME%%_conf is a prerequisite of running
|
||||
%%PORTNAME%%!
|
Loading…
Reference in New Issue
Block a user