diff options
author | pav <pav@FreeBSD.org> | 2004-11-21 06:35:32 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-21 06:35:32 +0800 |
commit | b584913fc2c93a71792df9150af37081384d3ce7 (patch) | |
tree | fcac5d476916bf0facebb37cbc0a6456440a9b09 /Mk/bsd.gnome.mk | |
parent | afeb8886fd29609b23729b73edc541048a25409a (diff) | |
download | freebsd-ports-gnome-b584913fc2c93a71792df9150af37081384d3ce7.tar.gz freebsd-ports-gnome-b584913fc2c93a71792df9150af37081384d3ce7.tar.zst freebsd-ports-gnome-b584913fc2c93a71792df9150af37081384d3ce7.zip |
- Kill stray word in comment
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 8792602a8215..50e767e773a6 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -30,7 +30,7 @@ Gnome_Pre_Include= bsd.gnome.mk # that your port installs. These schema files and # %gconf.xml files will be automatically added to # ${PLIST}. For example, if your port has -# "etc/gconf/schemas/(foo.schemas and bar.schemas)", add +# "etc/gconf/schemas/(foo.schemas and bar.schemas)", # add the following to your Makefile: # "GCONF_SCHEMAS=foo.schemas bar.schemas". # |