diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/fixes.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 6109c703e4a..5626195720c 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.23 2005/06/09 18:33:30 wiz Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.24 2005/06/17 12:55:25 wiz Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Notes on fixes for packages</title> @@ -471,10 +471,11 @@ ${INSTALL_DATA_DIR} ${PREFIX}/dir2</programlisting> situation. <varname>_FETCH_MESSAGE</varname> must be executable shell commands, not just a message. (Generally, it executes <varname>${ECHO}</varname>). As of this writing, the following - packages use this: <pkg>audio/realplayer</pkg>, + packages use this: <pkg>cad/simian</pkg>, <pkg>devel/ipv6socket</pkg>, <pkg>emulators/vmware-module</pkg>, <pkg>fonts/acroread-jpnfont</pkg>, + <pkg>multimedia/realplayer</pkg>, <pkg>sysutils/storage-manager</pkg>, <pkg>www/ap-aolserver</pkg>, <pkg>www/openacs</pkg>. Try to be consistent with them. </para> |