summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2004-12-01 07:34:59 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2004-12-01 07:34:59 +0000
commit9fd663b694150902425fc79494b2a6c8e7dd371e (patch)
treeac6bbe42d827117e29793bfaf91a15cc73750c16 /sysutils
parentThe latest 6.0-CURRENT has a change in the file structure that requires (diff)
o) Fix typo .fi instead of .endif
Notes
Notes: svn path=/head/; revision=122872
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bacula-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index 7a5280327a5b..f86202b1deda 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -198,7 +198,7 @@ post-install:
for na in fd; do \
.else
for na in sd dir; do \
-.fi
+.endif
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 \