diff options
author | dillo <dillo> | 2005-06-08 16:20:17 +0000 |
---|---|---|
committer | dillo <dillo> | 2005-06-08 16:20:17 +0000 |
commit | 11b9c1870a24eeb83ecbe89ebea4fa9fecb28bad (patch) | |
tree | a7e5c0974c9eb892170a2b2594a9155d13e46e07 /doc/guide | |
parent | f3aa5f72a4fbf75609dc0c9dce30688d3b836cae (diff) | |
download | pkgsrc-11b9c1870a24eeb83ecbe89ebea4fa9fecb28bad.tar.gz |
fix variable name in example
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/options.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/options.xml b/doc/guide/files/options.xml index eb0ed68e53a..8e533d11a1a 100644 --- a/doc/guide/files/options.xml +++ b/doc/guide/files/options.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: options.xml,v 1.7 2005/06/07 20:01:04 dillo Exp $ --> +<!-- $NetBSD: options.xml,v 1.8 2005/06/08 16:20:17 dillo Exp $ --> <!-- based on: pkgsrc/mk/bsd.options.mk 1.38 @@ -51,7 +51,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" |