mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Cleanup mistakes introduced in revision 1.29
Approved by: dvl (maintainer)
This commit is contained in:
parent
ecb1dbff0c
commit
f83f2ed7a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225523
@ -239,7 +239,7 @@ post-install:
|
||||
.if defined(WITH_WXCONSOLE)
|
||||
if [ -f ${PREFIX}/etc/wx-console.conf.new ]; then \
|
||||
${ECHO_CMD} "etc/wx-console.conf.new" >> ${TMPPLIST}; \
|
||||
elif [ -f ${PREFIX}/etc/wx-console.conf ]; then.include <bsd.port.post.mk> \
|
||||
elif [ -f ${PREFIX}/etc/wx-console.conf ];
|
||||
${MV} ${PREFIX}/etc/wx-console.conf ${PREFIX}/etc/wx-console.conf.sample; \
|
||||
${ECHO_CMD} "etc/wx-console.conf.sample" >> ${TMPPLIST}; \
|
||||
fi
|
||||
@ -254,7 +254,7 @@ post-install:
|
||||
.endif
|
||||
|
||||
# ensure that users in the bacula group can run bconsole
|
||||
${CHGRP} bacula ${PREFIX}/sbin/bconsole.include <bsd.port.post.mk>
|
||||
${CHGRP} bacula ${PREFIX}/sbin/bconsole
|
||||
.else
|
||||
# Install config files and preserve existing ones
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/chio-bacula ${PREFIX}/sbin
|
||||
|
Loading…
Reference in New Issue
Block a user