diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-03-31 10:12:32 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-03-31 10:12:32 +0000 |
commit | 3a584992e46f954e5aebded327af547a5dd8f5de (patch) | |
tree | 798d5ef927c472b62a954b8c4f6f2b09ee0c4e35 /sysutils/bacula-client | |
parent | 709dd2cde8ccf000038f06a164826908770d0334 (diff) | |
download | ports-3a584992e46f954e5aebded327af547a5dd8f5de.tar.gz ports-3a584992e46f954e5aebded327af547a5dd8f5de.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
Notes
Notes:
svn path=/head/; revision=158470
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" |