aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2004-05-23 10:04:40 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2004-05-23 10:04:40 +0000
commit132b4c1e95ae6a2a504b3a36c381c0bc7c3836d9 (patch)
treeb5e65e9547f4864569594edfa39345399f47039a /sysutils/bacula
parent6a773d294bbb40000cb15ed41bb091addd2d9a03 (diff)
downloadports-132b4c1e95ae6a2a504b3a36c381c0bc7c3836d9.tar.gz
ports-132b4c1e95ae6a2a504b3a36c381c0bc7c3836d9.zip
Notes
Diffstat (limited to 'sysutils/bacula')
-rw-r--r--sysutils/bacula/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile
index 951891358272..84dff58ef443 100644
--- a/sysutils/bacula/Makefile
+++ b/sysutils/bacula/Makefile
@@ -182,7 +182,7 @@ post-install:
if [ -f ${PREFIX}/etc/bacula-$$na.conf.new ]; then \
${ECHO_CMD} "etc/bacula-$$na.conf.new" >> ${TMPPLIST}; \
elif [ -f ${PREFIX}/etc/bacula-$$na.conf ]; then \
- ${MV} ${PREFIX}/etc/bacula-$$na.conf ${PREFIX}/etc/bacula-$$na.sample; \
+ ${MV} ${PREFIX}/etc/bacula-$$na.conf ${PREFIX}/etc/bacula-$$na.conf.sample; \
${ECHO_CMD} "etc/bacula-$$na.conf.sample" >> ${TMPPLIST}; \
fi \
done; \