diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-03 08:18:45 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-03 08:18:45 +0000 |
commit | aed24cb479cf98ac10742e723795cc5f42ba0b83 (patch) | |
tree | 2a63cf3ff0de4788c58732d8826fff6418f2ce87 /sysutils/bacula-clientonly | |
parent | 4be572f4cb45b58135db68231a4a276160f1212b (diff) | |
download | pkgsrc-aed24cb479cf98ac10742e723795cc5f42ba0b83.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/Makefile | 14 | ||||
-rw-r--r-- | sysutils/bacula-clientonly/options.mk | 6 |
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" |