summaryrefslogtreecommitdiff
path: root/devel/GConf2
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-28 14:34:08 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-28 14:34:08 +0000
commitc7a584d3575f97a14cd2d0201649859a1be22c73 (patch)
treef7444587bbad554cc8daf5345706dbb143331678 /devel/GConf2
parent9d3a41ef96eae064d73a4976bd5c56bc90432b06 (diff)
downloadpkgsrc-c7a584d3575f97a14cd2d0201649859a1be22c73.tar.gz
Missed to document GCONF2_ENTRIES; do it now.
Diffstat (limited to 'devel/GConf2')
-rw-r--r--devel/GConf2/schemas.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/GConf2/schemas.mk b/devel/GConf2/schemas.mk
index e43aab371b4..c831da9bbb6 100644
--- a/devel/GConf2/schemas.mk
+++ b/devel/GConf2/schemas.mk
@@ -1,4 +1,4 @@
-# $NetBSD: schemas.mk,v 1.4 2003/12/28 14:24:49 jmmv Exp $
+# $NetBSD: schemas.mk,v 1.5 2003/12/28 14:34:08 jmmv Exp $
#
# This Makefile fragment is intended to be included by packages that install
# GConf2 schema files. It takes care of registering them in the GConf2
@@ -9,8 +9,11 @@
# GCONF2_CONFIG_SOURCE - URI of the global configuration database.
# GCONF2_SCHEMAS_DIR - Directory where .schemas files are installed.
#
-# The following variables can be defined by a package to register .schemas
-# files:
+# The following variables can be defined by a package to register .entries
+# and .schemas files:
+# GCONF2_ENTRIES - A list of .entries files to register. When using this
+# variable, packages need to be fixed to not register
+# them and to install those files to GCONF2_SCHEMAS_DIR.
# GCONF2_SCHEMAS - A list of .schemas files to register. When using this
# variable, packages need to be fixed to not register
# them and to install those files to GCONF2_SCHEMAS_DIR.