Index: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
===================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
@@ -766,51 +766,11 @@
Using scons
If the port uses SCons,
- define USE_SCONS=yes.
+ define USES=scons.
-
- Variables for Ports That Use
- scons
-
-
-
-
- Variable
- Means
-
-
-
-
-
- SCONS_ARGS
- Port specific SCons flags passed to the SCons
- environment.
-
-
-
- SCONS_BUILDENV
- Variables to be set in system
- environment.
-
-
-
- SCONS_ENV
- Variables to be set in SCons
- environment.
-
-
-
- SCONS_TARGET
- Last argument passed to SCons, similar to
- MAKE_TARGET.
-
-
-
-
-
To make third party SConstruct
respect everything that is passed to SCons in
- SCONS_ENV (that is, most importantly,
+ the environment (that is, most importantly,
CC/CXX/CFLAGS/CXXFLAGS), patch
SConstruct so build
Environment is constructed like