pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc regen (fix variable name in example)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3d1aca07d30
branches:  trunk
changeset: 495407:b3d1aca07d30
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Wed Jun 08 16:22:50 2005 +0000

description:
regen (fix variable name in example)

diffstat:

 doc/pkgsrc.html |  2 +-
 doc/pkgsrc.txt  |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r cc053670fa97 -r b3d1aca07d30 doc/pkgsrc.html
--- a/doc/pkgsrc.html   Wed Jun 08 16:21:37 2005 +0000
+++ b/doc/pkgsrc.html   Wed Jun 08 16:22:50 2005 +0000
@@ -8777,7 +8777,7 @@
 # this package was previously named wibble2
 .if defined(PKG_OPTIONS.wibble2)
 PKG_LEGACY_OPTIONS+=  ${PKG_OPTIONS.wibble2}
-PKG_OPTIONS_LEGACY_WARNINGS+="Deprecated variable PKG_OPTIONS.wibble2 used, use "${PKG_OPTIONS_VAR:Q}" instead."
+PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable PKG_OPTIONS.wibble2 used, use "${PKG_OPTIONS_VAR:Q}" instead."
 .endif
 
 .include "../../mk/bsd.options.mk"
diff -r cc053670fa97 -r b3d1aca07d30 doc/pkgsrc.txt
--- a/doc/pkgsrc.txt    Wed Jun 08 16:21:37 2005 +0000
+++ b/doc/pkgsrc.txt    Wed Jun 08 16:22:50 2005 +0000
@@ -3482,7 +3482,7 @@
 # this package was previously named wibble2
 .if defined(PKG_OPTIONS.wibble2)
 PKG_LEGACY_OPTIONS+=  ${PKG_OPTIONS.wibble2}
-PKG_OPTIONS_LEGACY_WARNINGS+="Deprecated variable PKG_OPTIONS.wibble2 used, use "${PKG_OPTIONS_VAR:Q}" instead."
+PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable PKG_OPTIONS.wibble2 used, use "${PKG_OPTIONS_VAR:Q}" instead."
 .endif
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index