pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/bacula Rename Makefile.options to options.mk ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b07395a6e4d3
branches:  trunk
changeset: 500352:b07395a6e4d3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 07 11:30:35 2005 +0000

description:
Rename Makefile.options to options.mk (standardized name).

diffstat:

 sysutils/bacula/Makefile.common  |   4 ++--
 sysutils/bacula/Makefile.options |  22 ----------------------
 sysutils/bacula/options.mk       |  22 ++++++++++++++++++++++
 3 files changed, 24 insertions(+), 24 deletions(-)

diffs (70 lines):

diff -r 879130f30b65 -r b07395a6e4d3 sysutils/bacula/Makefile.common
--- a/sysutils/bacula/Makefile.common   Fri Oct 07 10:28:34 2005 +0000
+++ b/sysutils/bacula/Makefile.common   Fri Oct 07 11:30:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2005/09/27 22:37:25 mjl Exp $
+# $NetBSD: Makefile.common,v 1.8 2005/10/07 11:30:35 wiz Exp $
 #
 
 DISTNAME=              bacula-1.36.0
@@ -9,7 +9,7 @@
 HOMEPAGE=              http://www.bacula.org/
 COMMENT=               Network Backup Solution
 
-.include "Makefile.options"
+.include "options.mk"
 
 USE_LANGUAGES+=                c++
 USE_PKGLOCALEDIR=      yes
diff -r 879130f30b65 -r b07395a6e4d3 sysutils/bacula/Makefile.options
--- a/sysutils/bacula/Makefile.options  Fri Oct 07 10:28:34 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile.options,v 1.2 2005/05/31 10:01:39 dillo Exp $
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.bacula
-PKG_SUPPORTED_OPTIONS= catalog-sqlite catalog-pgsql
-PKG_SUGGESTED_OPTIONS= catalog-sqlite
-
-.include "../../mk/bsd.options.mk"
-
-# Too bad -1-6's make doesn't have :[#] modifier
-.for _option_ in catalog
-. if empty(PKG_OPTIONS:M${_option_}-*)
-PKG_FAIL_REASON+=      "There must one and only one ${_option_} defined."
-. endif
-.endfor
-
-# Other options
-
-BACULA_GROUP?=         bacula
-BACULA_DIR_USER?=      bacula-dir
-BACULA_SD_USER?=       bacula-sd
-
-BUILD_DEFS=    BACULA_DIR_USER BACULA_SD_USER BACULA_GROUP
diff -r 879130f30b65 -r b07395a6e4d3 sysutils/bacula/options.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bacula/options.mk        Fri Oct 07 11:30:35 2005 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: options.mk,v 1.1 2005/10/07 11:30:35 wiz Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.bacula
+PKG_SUPPORTED_OPTIONS= catalog-sqlite catalog-pgsql
+PKG_SUGGESTED_OPTIONS= catalog-sqlite
+
+.include "../../mk/bsd.options.mk"
+
+# Too bad -1-6's make doesn't have :[#] modifier
+.for _option_ in catalog
+. if empty(PKG_OPTIONS:M${_option_}-*)
+PKG_FAIL_REASON+=      "There must one and only one ${_option_} defined."
+. endif
+.endfor
+
+# Other options
+
+BACULA_GROUP?=         bacula
+BACULA_DIR_USER?=      bacula-dir
+BACULA_SD_USER?=       bacula-sd
+
+BUILD_DEFS=    BACULA_DIR_USER BACULA_SD_USER BACULA_GROUP



Home | Main Index | Thread Index | Old Index