diff options
| author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2026-04-16 15:27:52 +0000 |
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2026-04-16 15:27:52 +0000 |
| commit | 456f5595eff9ac60e1489c5ecaee46f5d7edb4f5 (patch) | |
| tree | 3ec45ca4a81f92b3da0ff346892ca361f0a07d04 | |
| parent | b2222ccc44397790530fd445f79b602f0695e566 (diff) | |
[phb]: Remove references to INSTALLS_OMF
| -rw-r--r-- | documentation/content/en/books/porters-handbook/special/_index.adoc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc index 7f626f65a7..3ecdb5b009 100644 --- a/documentation/content/en/books/porters-handbook/special/_index.adoc +++ b/documentation/content/en/books/porters-handbook/special/_index.adoc @@ -1728,18 +1728,6 @@ Gconf schemas are listed in the `GCONF_SCHEMAS` macro rather than [.filename]#pk If they are listed in [.filename]#pkg-plist#, they will not be registered and the applications might not work properly. ==== -`INSTALLS_OMF`:: -Open Source Metadata Framework (OMF) files are commonly used by GNOME 2 applications. -These files contain the application help file information, and require special processing by ScrollKeeper/rarian. -To properly register OMF files when installing GNOME applications from packages, make sure that `omf` files are listed in `pkg-plist` and that the port [.filename]#Makefile# has `INSTALLS_OMF` defined: -+ -[.programlisting] -.... -INSTALLS_OMF=yes -.... -+ -When set, [.filename]#bsd.gnome.mk# automatically scans [.filename]#pkg-plist# and adds appropriate `@exec` and `@unexec` directives for each [.filename]#.omf# to track in the OMF registration database. - [[gnome-components]] == GNOME Components |
