summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.html
diff options
context:
space:
mode:
authordillo <dillo>2005-06-08 16:22:50 +0000
committerdillo <dillo>2005-06-08 16:22:50 +0000
commit75433768f4b7813d83de03b5e66d96c9430768d8 (patch)
treed75b8d8a8d9813f99382f2c1eb9ee7a26ccb676b /doc/pkgsrc.html
parenta5ffddfc3bf15197ef5535bac4288b999f884bca (diff)
downloadpkgsrc-75433768f4b7813d83de03b5e66d96c9430768d8.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"