aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2006-01-27 15:52:50 +0800
committerlkoeller <lkoeller@FreeBSD.org>2006-01-27 15:52:50 +0800
commitd8ec26459344fa6e552d3fab9bcfa855a8e2b2ce (patch)
tree4d5ad1c76565b16cb359fd4e67c24f71f43cd4ee /sysutils
parent930de0eff60e28ea03c288c1d6708ffa9db8e813 (diff)
downloadfreebsd-ports-gnome-d8ec26459344fa6e552d3fab9bcfa855a8e2b2ce.tar.gz
freebsd-ports-gnome-d8ec26459344fa6e552d3fab9bcfa855a8e2b2ce.tar.zst
freebsd-ports-gnome-d8ec26459344fa6e552d3fab9bcfa855a8e2b2ce.zip
o) Fix two typos in Makefile
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bacula-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index b6d282cc5d72..2b2b1427583e 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -185,9 +185,9 @@ post-patch:
@${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
+# Dont mkdir ${PREFIX}/share/bacula cause it's empty
@${REINPLACE_CMD} -e 's|^\(fd_subdirs = .*\)scripts\(.*\)|\1\2|g' ${WRKSRC}/Makefile.in
- ${REINPLACE_CMD} -e 's|\(.*$${MKDIR} $${DESTDIR}$${scriptdir}\)|#\1|g' ${WRKSRC}/Makefile.in
+ ${REINPLACE_CMD} -e 's|\(.*$$(MKDIR) $$(DESTDIR)$$(scriptdir)\)|#\1|g' ${WRKSRC}/Makefile.in
.else
# In server port don't install filed
@${REINPLACE_CMD} -e 's|^all_subdirs = .*|all_subdirs = scripts src\/lib src\/findlib $${subdirs}|g' ${WRKSRC}/Makefile.in