summaryrefslogtreecommitdiff
path: root/devel/GConf2
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-12-28 14:34:08 +0000
committerjmmv <jmmv>2003-12-28 14:34:08 +0000
commit754ba013f4a661b35a924fa6c61cea5200c34974 (patch)
treef7444587bbad554cc8daf5345706dbb143331678 /devel/GConf2
parent4b3121e4e44646c095569f07d062104ccab05400 (diff)
downloadpkgsrc-754ba013f4a661b35a924fa6c61cea5200c34974.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.