Remove a few text occurrences of NOPORTDOCS.
Sponsored by: Absolight
This commit is contained in:
@@ -4,7 +4,7 @@ the FreeBSD Ports Collection).
|
||||
|
||||
This port normally installs HTML documentation in
|
||||
/usr/share/doc/inform. If you would prefer another format, such
|
||||
as TeX, Postscript, or PDF, build the port with NOPORTDOCS=yes
|
||||
as TeX, Postscript, or PDF, build the port WITHOUT=DOCS
|
||||
and obtain the manual from the FTP site. The FTP site also
|
||||
contains example games and other resources.
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
Please read the file %%DOCSDIR%%/README
|
||||
to learn how to use Graphic Counter Language (if you haven't
|
||||
installed with -D NOPORTDOCS).
|
||||
installed WITHOUT=DOCS).
|
||||
|
||||
An introductory tutorial, and a GCL FAQ, can be found at
|
||||
http://www.whizkidtech.redprince.net/gcl/
|
||||
|
||||
@@ -11,7 +11,7 @@ The library is capable of dealing with images that are written to
|
||||
follow the 5.0 or 6.0 TIFF spec. There is also considerable support
|
||||
for some of the more esoteric portions of the 6.0 TIFF spec.
|
||||
|
||||
Unless NOPORTDOCS is defined, the html documentations is also
|
||||
Unless WITHOUT=DOCS, the html documentations is also
|
||||
installed locally in /usr/local/share/doc/tiff.
|
||||
|
||||
WWW: http://www.simplesystems.org/libtiff/
|
||||
|
||||
@@ -31,7 +31,6 @@ DOXYGEN_ALL_TARGET= documentation
|
||||
DOXYGEN_PORTDOCS= *
|
||||
# PORTDOCS macro won't work if NOPORTDOCS is defined or if DOCS is disabled
|
||||
DOXYGEN_IMPLIES= DOCS
|
||||
.undef NOPORTDOCS
|
||||
|
||||
EXAMPLES_CONFIGURE_ENABLE= samples
|
||||
EXAMPLES_ALL_TARGET= samples
|
||||
|
||||
@@ -20,7 +20,7 @@ lib/libqhull.so.5
|
||||
lib/libqhull.so.5.0.0
|
||||
%%PORTDOCS%%man/man1/qhull.1.gz
|
||||
%%PORTDOCS%%man/man1/rbox.1.gz
|
||||
@comment These doc files must be ditributed even with NOPORTDOCS
|
||||
@comment These doc files must be ditributed even with WITHOUT=DOCS
|
||||
%%DOCSDIR%%/Announce.txt
|
||||
%%DOCSDIR%%/COPYING.txt
|
||||
%%DOCSDIR%%/README.txt
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
# The port will refuse to start unless ccxstream_flags is initalized,
|
||||
# in addition to ccxstream_enable. For information on the arguments
|
||||
# to ccxstream, look at %%PREFIX%%/share/doc/ccxstream/README (if you
|
||||
# installed the port documentation by not specifying NOPORTDOCS) or the
|
||||
# installed the port documentation by not specifying WITHOUT=DOCS) or the
|
||||
# output of "ccxstream -h". At bare minimum, you'll want to add the
|
||||
# "-u <user>" argument to specify the userid the server will run under
|
||||
# (unless you WANT to run this code as root), and the "-r <directory>"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
bin/bt2line
|
||||
bin/check_callstack
|
||||
@comment SLOG-2 tools are not installed if NOPORTDOCS is set
|
||||
@comment SLOG-2 tools are not installed if WITHOUT=DOCS
|
||||
%%JAVA%%bin/clog2TOslog2
|
||||
bin/clog2_join
|
||||
bin/clog2_print
|
||||
|
||||
Reference in New Issue
Block a user