Dan Langille 8636c2e714 sysutils/bacula*-{client,server}: fix rc script names
The filenames now comply with the rc scripting recommendations and
service jails options.

Users may have to update any personal scripts they have which depend
upon those rc.d script names. See UPDATING for 20240705

PR:		280137
2024-07-05 14:36:51 +00:00

15 lines
286 B
Makefile

PORTNAME= bacula
PKGNAMESUFFIX= 15-client
COMMENT= Network backup solution (client)
WITH_CLIENT_ONLY=yes
USE_RC_SUBR= bacula_fd
PLIST= ${PKGDIR}/pkg-plist.client
MASTERDIR= ${.CURDIR}/../../sysutils/bacula15-server
OPTIONS_DEFINE= NLS PYTHON IPV6
.include "${MASTERDIR}/Makefile"