summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.html
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2005-06-08 16:22:50 +0000
committerdillo <dillo@pkgsrc.org>2005-06-08 16:22:50 +0000
commit759b8d6d5f7ee222c1772c8b6a9e6a9fdf8d1721 (patch)
treed75b8d8a8d9813f99382f2c1eb9ee7a26ccb676b /doc/pkgsrc.html
parent555a26d49645fac6099ff3fa4246c552416ffe95 (diff)
downloadpkgsrc-759b8d6d5f7ee222c1772c8b6a9e6a9fdf8d1721.tar.gz
regen (fix variable name in example)
Diffstat (limited to 'doc/pkgsrc.html')
-rw-r--r--doc/pkgsrc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html
index 613a86fb9d3..afe06335d24 100644
--- a/doc/pkgsrc.html
+++ b/doc/pkgsrc.html
@@ -8777,7 +8777,7 @@ PKG_OPTIONS_LEGACY_OPTS+= foo:wibble-foo
# 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"