summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-10 22:43:15 +0000
committerrillig <rillig>2006-05-10 22:43:15 +0000
commite04e0250eec0b3cc09f92e2def01a34395e385fb (patch)
tree3374681e09db12c8dd9a8578468a1495a6c786b4 /doc
parente71a1a353c514bc1919a9ea1d35c0ffbf98d246c (diff)
downloadpkgsrc-e04e0250eec0b3cc09f92e2def01a34395e385fb.tar.gz
Ran "make detab".
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/files/fixes.xml14
-rw-r--r--doc/guide/files/options.xml24
-rw-r--r--doc/guide/files/tools.xml6
3 files changed, 22 insertions, 22 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml
index b94c06d65c2..716dd7d5a37 100644
--- a/doc/guide/files/fixes.xml
+++ b/doc/guide/files/fixes.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.51 2006/04/16 04:27:18 jlam Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.52 2006/05/10 22:43:15 rillig Exp $ -->
<chapter id="fixes"> <?dbhtml filename="fixes.html"?>
<title>Making your package work</title>
@@ -588,9 +588,9 @@
AGE
The difference between the newest and oldest interfaces that
- this library implements. In other words, the library implements
- all the interface numbers in the range from number `CURRENT -
- AGE' to `CURRENT'.
+ this library implements. In other words, the library implements
+ all the interface numbers in the range from number `CURRENT -
+ AGE' to `CURRENT'.
If two libraries have identical CURRENT and AGE numbers, then the
dynamic linker chooses the library with the greater REVISION number.
@@ -824,8 +824,8 @@
<programlisting>
FreeBSD __FreeBSD__
- DragonFly __DragonFly__
- Interix __INTERIX
+ DragonFly __DragonFly__
+ Interix __INTERIX
Linux linux, __linux, __linux__
NetBSD __NetBSD__
OpenBSD __OpenBSD__
@@ -846,7 +846,7 @@
<programlisting>
GCC __GNUC__ (major version), __GNUC_MINOR__
- SunPro __SUNPRO_C (0x570 for version 5.7)
+ SunPro __SUNPRO_C (0x570 for version 5.7)
</programlisting>
</sect3>
diff --git a/doc/guide/files/options.xml b/doc/guide/files/options.xml
index ef07b162142..8ffeb5231d5 100644
--- a/doc/guide/files/options.xml
+++ b/doc/guide/files/options.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: options.xml,v 1.17 2006/02/12 14:44:59 rillig Exp $ -->
+<!-- $NetBSD: options.xml,v 1.18 2006/05/10 22:43:15 rillig Exp $ -->
<!-- based on: pkgsrc/mk/bsd.options.mk 1.42 -->
@@ -36,21 +36,21 @@ e.g. <filename>options.mk</filename>, that is included by the
main package <filename>Makefile</filename>.</para>
<programlisting>
- PKG_OPTIONS_VAR= PKG_OPTIONS.wibble
- PKG_SUPPORTED_OPTIONS= wibble-foo ldap
- PKG_OPTIONS_OPTIONAL_GROUPS= database
- PKG_OPTIONS_GROUP.database= mysql pgsql
- PKG_SUGGESTED_OPTIONS= wibble-foo
- PKG_OPTIONS_LEGACY_VARS+= WIBBLE_USE_OPENLDAP:ldap
- PKG_OPTIONS_LEGACY_OPTS+= foo:wibble-foo
+ PKG_OPTIONS_VAR= PKG_OPTIONS.wibble
+ PKG_SUPPORTED_OPTIONS= wibble-foo ldap
+ PKG_OPTIONS_OPTIONAL_GROUPS= database
+ PKG_OPTIONS_GROUP.database= mysql pgsql
+ PKG_SUGGESTED_OPTIONS= wibble-foo
+ PKG_OPTIONS_LEGACY_VARS+= WIBBLE_USE_OPENLDAP:ldap
+ PKG_OPTIONS_LEGACY_OPTS+= foo:wibble-foo
.include "../../mk/bsd.prefs.mk"
# this package was previously named wibble2
.if defined(PKG_OPTIONS.wibble2)
- PKG_LEGACY_OPTIONS+= ${PKG_OPTIONS.wibble2}
+ PKG_LEGACY_OPTIONS+= ${PKG_OPTIONS.wibble2}
PKG_OPTIONS_DEPRECATED_WARNINGS+= \
- "Deprecated variable PKG_OPTIONS.wibble2 used, use "${PKG_OPTIONS_VAR:Q}" instead."
+ "Deprecated variable PKG_OPTIONS.wibble2 used, use ${PKG_OPTIONS_VAR instead."
.endif
.include "../../mk/bsd.options.mk"
@@ -61,7 +61,7 @@ main package <filename>Makefile</filename>.</para>
### FOO support
###
.if !empty(PKG_OPTIONS:Mwibble-foo)
- CONFIGURE_ARGS+= --enable-foo
+ CONFIGURE_ARGS+= --enable-foo
.endif
###
@@ -69,7 +69,7 @@ main package <filename>Makefile</filename>.</para>
###
.if !empty(PKG_OPTIONS:Mldap)
. include "../../databases/openldap/buildlink3.mk"
- CONFIGURE_ARGS+= --enable-ldap=${BUILDLINK_PREFIX.openldap}
+ CONFIGURE_ARGS+= --enable-ldap=${BUILDLINK_PREFIX.openldap}
.endif
###
diff --git a/doc/guide/files/tools.xml b/doc/guide/files/tools.xml
index 44c1efff5cb..1e8ba3d4456 100644
--- a/doc/guide/files/tools.xml
+++ b/doc/guide/files/tools.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: tools.xml,v 1.2 2006/01/16 00:29:23 rillig Exp $ -->
+<!-- $NetBSD: tools.xml,v 1.3 2006/05/10 22:43:15 rillig Exp $ -->
<chapter id="tools">
<title>Tools needed for building or running</title>
@@ -71,8 +71,8 @@ and pkg-config:build.)
</para>
<programlisting>
-USE_TOOLS+= mktemp:pkgsrc
-USE_TOOLS+= gmake perl:run pkg-config
+USE_TOOLS+= mktemp:pkgsrc
+USE_TOOLS+= gmake perl:run pkg-config
</programlisting>
<para>