summaryrefslogtreecommitdiff
path: root/sysutils/bacula-clientonly
diff options
context:
space:
mode:
authorghen <ghen>2006-02-03 08:18:45 +0000
committerghen <ghen>2006-02-03 08:18:45 +0000
commit0d17909e74f68312e87d1a74030e5dce78f0c86e (patch)
tree2a63cf3ff0de4788c58732d8826fff6418f2ce87 /sysutils/bacula-clientonly
parentebd6a8103f7d848ee5a1c0eb8da46959c394e071 (diff)
downloadpkgsrc-0d17909e74f68312e87d1a74030e5dce78f0c86e.tar.gz
Move some things from Makefile.common to both Makefiles, and remove the options
for the gnome-console, wx-console and tray-monitor: they will become separate packages in the next minute. Ok with wiz.
Diffstat (limited to 'sysutils/bacula-clientonly')
-rw-r--r--sysutils/bacula-clientonly/Makefile14
-rw-r--r--sysutils/bacula-clientonly/options.mk6
2 files changed, 11 insertions, 9 deletions
diff --git a/sysutils/bacula-clientonly/Makefile b/sysutils/bacula-clientonly/Makefile
index 23e4f91b9d3..cb01137fc32 100644
--- a/sysutils/bacula-clientonly/Makefile
+++ b/sysutils/bacula-clientonly/Makefile
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2005/12/08 01:04:45 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2006/02/03 08:18:45 ghen Exp $
PKGNAME= ${DISTNAME:S/-/-clientonly-/}
COMMENT= The Network Backup Solution (client only)
CONFLICTS= bacula-[0-9]* bacula-client-[0-9]*
-.include "options.mk"
-
DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
PATCHDIR= ${.CURDIR}/../../sysutils/bacula/patches
FILESDIR= ${.CURDIR}/../../sysutils/bacula/files
@@ -17,7 +15,17 @@ CONFIGURE_ARGS+= --enable-client-only
BUILD_DEFS+= BACULA_GROUP
+OWN_DIRS_PERMS+= ${BACULA_WORKINGDIR} root ${BACULA_GROUP} 770
+
+PKG_GROUPS= ${BACULA_GROUP}
+
+CONF_FILES+= ${EXAMPLESDIR}/bacula-fd.conf ${PKG_SYSCONFDIR}/bacula-fd.conf
+CONF_FILES+= ${EXAMPLESDIR}/bconsole.conf ${PKG_SYSCONFDIR}/bconsole.conf
+
RCD_SCRIPTS= bacula-fd
.include "../../sysutils/bacula/Makefile.common"
+
+PLIST_SRC+= ${.CURDIR}/../../sysutils/bacula/PLIST.common_end
+
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/bacula-clientonly/options.mk b/sysutils/bacula-clientonly/options.mk
deleted file mode 100644
index ccf44afddd2..00000000000
--- a/sysutils/bacula-clientonly/options.mk
+++ /dev/null
@@ -1,6 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2005/12/08 01:04:45 wiz Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.bacula
-PKG_SUPPORTED_OPTIONS= gnome-console wx-console tray-monitor
-
-.include "../../mk/bsd.options.mk"