- Be a little more verbose in OMF section
- Fix typo in GConf section
This commit is contained in:
parent
894d3c567b
commit
7e723b5f6b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23602
1 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.45 2004/11/16 07:35:53 mezz Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.46 2004/12/30 17:36:54 pav Exp $">
|
||||
<!ENTITY title "FreeBSD GNOME Project: How To Make a Port">
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
|
@ -219,7 +219,8 @@ WANT_GNOME= yes
|
|||
by ScrollKeeper in order for applications like Yelp to
|
||||
find help documentation. In order to accomplish proper
|
||||
registry of these OMF files when installing GNOME applications
|
||||
from packages, you should make sure your <tt>Makefile</tt> has
|
||||
from packages, you should make sure that <tt>omf</tt> files are
|
||||
listed in <tt>pkg-plist</tt> and that your <tt>Makefile</tt> has
|
||||
this defined:</p>
|
||||
|
||||
<pre>
|
||||
|
|
@ -257,7 +258,7 @@ GCONF_SCHEMAS= CDDB-Slave2.schemas gnome-audio-profiles.schemas \
|
|||
port doesn't has any <tt>%gconf.xml</tt> key files, but
|
||||
has schema files then you should not be use
|
||||
<tt>GCONF_SCHEMAS</tt>. It means, this port has broke
|
||||
either schema files or installtion of GConf.</p>
|
||||
either schema files or installation of GConf.</p>
|
||||
<!-- End GConf schemas -->
|
||||
|
||||
<!-- Begin Shared MIME database -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue