diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-18 01:46:59 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-18 01:46:59 +0800 |
commit | bd17bce239611158b3cfb5e98fb5f138853bed60 (patch) | |
tree | 565fe751d5e589f5d90f78cdaad1ac3298954eb5 | |
parent | 7a55f5f39de2d6beba3168e8f5c3f4d041f6fc58 (diff) | |
download | marcuscom-ports-bd17bce239611158b3cfb5e98fb5f138853bed60.tar marcuscom-ports-bd17bce239611158b3cfb5e98fb5f138853bed60.tar.gz marcuscom-ports-bd17bce239611158b3cfb5e98fb5f138853bed60.tar.bz2 marcuscom-ports-bd17bce239611158b3cfb5e98fb5f138853bed60.tar.lz marcuscom-ports-bd17bce239611158b3cfb5e98fb5f138853bed60.tar.xz marcuscom-ports-bd17bce239611158b3cfb5e98fb5f138853bed60.tar.zst marcuscom-ports-bd17bce239611158b3cfb5e98fb5f138853bed60.zip |
Wordsmith the GCONF_SCHEMAS section a bit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2863 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | Mk/bsd.gnome.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 1b23a0f08..5fda0452f 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -26,12 +26,13 @@ Gnome_Pre_Include= bsd.gnome.mk # and MAKE_ENV defined. # # -# GCONF_SCHEMAS - Set the following to specify list of all schema files +# GCONF_SCHEMAS - Set the following to list of all schema files # that your port installs. These schema files and -# %gconf.xml files will be automatically listed in +# %gconf.xml files will be automatically added to # ${PLIST}. For example, if your port has -# "etc/gconf/schemas/(foo.schemas and bar.schemas)", set -# it as "GCONF_SCHEMAS=foo.schemas bar.schemas". +# "etc/gconf/schemas/(foo.schemas and bar.schemas)", add +# add the following to your Makefile: +# "GCONF_SCHEMAS=foo.schemas bar.schemas". # # non-version specific components |