mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
o) Change default location bconsole looks for it's configuration file
from ./bconsole.conf to ${PREFIX}/etc/bconsole.conf where it's installed PR: - Obtained from: "Radim Kolar" <hsn@netmag.cz>
This commit is contained in:
parent
f0a947c941
commit
e555f8a17c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143963
@ -153,6 +153,8 @@ pre-everything::
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
# Default bconsole.conf is ${PREFIX}/etc
|
||||
@${REINPLACE_CMD} -e 's|./bconsole.conf|${PREFIX}/etc/bconsole.conf|g' ${WRKSRC}/src/console/console.c
|
||||
.if defined(WITH_CLIENT_ONLY)
|
||||
# In client port only install startup script out of script dir (see below post-install)
|
||||
# Dont mkdir ${PREFIX}/share/bacule cause it's empty
|
||||
|
Loading…
Reference in New Issue
Block a user