View | Details | Raw Unified | Return to bug 138478 | Differences between
and this patch

Collapse All | Expand All

(-)bacula-client/Makefile (+4 lines)
Lines 6-12 Link Here
6
6
7
MASTERDIR=	${.CURDIR}/../bacula-server
7
MASTERDIR=	${.CURDIR}/../bacula-server
8
COMMENT=	The network backup solution (client)
8
COMMENT=	The network backup solution (client)
9
.if defined(WITH_SFDAEMON)
10
PLIST=		${PKGDIR}/pkg-plist.static
11
else
9
PLIST=		${PKGDIR}/pkg-plist.client
12
PLIST=		${PKGDIR}/pkg-plist.client
13
.endif
10
14
11
WITH_CLIENT_ONLY=	yes
15
WITH_CLIENT_ONLY=	yes
12
USE_RC_SUBR=	bacula-fd
16
USE_RC_SUBR=	bacula-fd

Return to bug 138478