diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-09 05:09:54 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-09 05:09:54 +0800 |
commit | 7cfef2445f304b679c309c57eaaf273631beeb28 (patch) | |
tree | b77dfd64974ac3b1a471825c26a14e43fbbe3a69 /sysutils | |
parent | fb1d71cda8e7ff5660e681d6f6cbe686cc10cbe7 (diff) | |
download | freebsd-ports-gnome-7cfef2445f304b679c309c57eaaf273631beeb28.tar.gz freebsd-ports-gnome-7cfef2445f304b679c309c57eaaf273631beeb28.tar.zst freebsd-ports-gnome-7cfef2445f304b679c309c57eaaf273631beeb28.zip |
- Cleanup mistakes introduced in revision 1.29
Approved by: dvl (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-server-devel/Makefile b/sysutils/bacula-server-devel/Makefile index 70e55d371e13..cde29653078d 100644 --- a/sysutils/bacula-server-devel/Makefile +++ b/sysutils/bacula-server-devel/Makefile @@ -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 |