diff options
author | rm <rm@FreeBSD.org> | 2012-12-17 00:32:45 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-12-17 00:32:45 +0800 |
commit | c052059ed4bf9accc80d7e3423d18c02ef272cb7 (patch) | |
tree | e160d2b8d2963ff612c68f8849430c7a571d6aec /sysutils/Makefile | |
parent | 189e35b7ba3e223f2ff2f0f3ed5dd1808b2ce26a (diff) | |
download | freebsd-ports-gnome-c052059ed4bf9accc80d7e3423d18c02ef272cb7.tar.gz freebsd-ports-gnome-c052059ed4bf9accc80d7e3423d18c02ef272cb7.tar.zst freebsd-ports-gnome-c052059ed4bf9accc80d7e3423d18c02ef272cb7.zip |
- clean up bacula-* ports (Makefile and pkg-message files)
- now bacula-docs just installs pdf files
- add bacula-server/Makefile.common with -bat, -client-static and nagios_check-
stuff (another bacula slave ports can use it too)
- remove pkg-plist from bacula-bat and nagios-check_bacula
- now bacula-server, bacula-bat and nagios-check_bacula depend of bacula-client.
It avoids some conflicts when we want to install all bacula ports in the same
system
- remove the OPTION to install static version of bacula-client. Now it is a new
port
- few other minor changes
while here:
- trim Makefile headers
- remove indefinite articles in COMMENT
- convert to optionsng
PR: 167700
Submitted by: acm (original patch), Dan Langille <dan@langille.org> (maintainer)
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4a495e7bdc00..d8bc5aea5108 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -54,6 +54,7 @@ SUBDIR += backuppc SUBDIR += bacula-bat SUBDIR += bacula-client + SUBDIR += bacula-client-static SUBDIR += bacula-docs SUBDIR += bacula-server SUBDIR += bashburn |