diff options
author | garga <garga@FreeBSD.org> | 2006-03-31 18:12:32 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-03-31 18:12:32 +0800 |
commit | 021a9b4579ef99595352c8d741431292d4b4f1d7 (patch) | |
tree | 57ce4059e5e92202867d17e0a04fbbb6e5e859f9 /sysutils/bacula-client | |
parent | 80d1e9e259ea87812262d4c42c287115ac74d368 (diff) | |
download | freebsd-ports-gnome-021a9b4579ef99595352c8d741431292d4b4f1d7.tar.gz freebsd-ports-gnome-021a9b4579ef99595352c8d741431292d4b4f1d7.tar.zst freebsd-ports-gnome-021a9b4579ef99595352c8d741431292d4b4f1d7.zip |
- Update to 1.38.6
- Use rcNg scripts
- Pass maintainership to submitter
PR: ports/95073
Submitted by: Dan Langille <dan@langille.org>
Approved by: maintainer
Diffstat (limited to 'sysutils/bacula-client')
-rw-r--r-- | sysutils/bacula-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/bacula-client/Makefile b/sysutils/bacula-client/Makefile index ebf4957fc554..c2de0fc02ba5 100644 --- a/sysutils/bacula-client/Makefile +++ b/sysutils/bacula-client/Makefile @@ -9,5 +9,6 @@ COMMENT= The network backup solution (client) PLIST= ${PKGDIR}/pkg-plist.client WITH_CLIENT_ONLY= yes +USE_RC_SUBR= z-bacula-fd.sh .include "${MASTERDIR}/Makefile" |