diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-20 22:35:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-20 22:35:32 +0000 |
commit | 32c7e9da3e4e8d612cd95596a482443fe2c2395e (patch) | |
tree | d8ad802375dcad266d718d03944160dce655e711 /Mk | |
parent | e9fa6b1fe8f3108a00f0329e8d89050fe47fda2b (diff) | |
download | ports-32c7e9da3e4e8d612cd95596a482443fe2c2395e.tar.gz ports-32c7e9da3e4e8d612cd95596a482443fe2c2395e.zip |
- Kill stray word in comment
Notes
Notes:
svn path=/head/; revision=122034
Diffstat (limited to '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". # |