diff options
author | mat <mat@FreeBSD.org> | 2018-01-09 15:55:05 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-01-09 15:55:05 +0800 |
commit | fe8bf49ee147228fdec8ac4f141695da99847bd9 (patch) | |
tree | e3e16a770971226aab2357f61a114e26f9ed81f2 | |
parent | e89731ac7555355ff850fcbeeb09669db78737f0 (diff) | |
download | freebsd-ports-gnome-fe8bf49ee147228fdec8ac4f141695da99847bd9.tar.gz freebsd-ports-gnome-fe8bf49ee147228fdec8ac4f141695da99847bd9.tar.zst freebsd-ports-gnome-fe8bf49ee147228fdec8ac4f141695da99847bd9.zip |
Remove a few text occurrences of NOPORTDOCS.
Sponsored by: Absolight
-rw-r--r-- | games/inform/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/gracula/files/pkg-message.in | 2 | ||||
-rw-r--r-- | graphics/tiff/pkg-descr | 2 | ||||
-rw-r--r-- | math/muparser/Makefile | 1 | ||||
-rw-r--r-- | math/qhull5/pkg-plist | 2 | ||||
-rw-r--r-- | net/ccxstream/files/ccxstream.in | 2 | ||||
-rw-r--r-- | net/mpich2/pkg-plist | 2 |
7 files changed, 6 insertions, 7 deletions
diff --git a/games/inform/pkg-descr b/games/inform/pkg-descr index 4bb6426b4ece..04713635dcc8 100644 --- a/games/inform/pkg-descr +++ b/games/inform/pkg-descr @@ -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. diff --git a/graphics/gracula/files/pkg-message.in b/graphics/gracula/files/pkg-message.in index b844528c0391..27a8a4f6a3a6 100644 --- a/graphics/gracula/files/pkg-message.in +++ b/graphics/gracula/files/pkg-message.in @@ -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/ diff --git a/graphics/tiff/pkg-descr b/graphics/tiff/pkg-descr index c6cba9bdb9b5..da37b0bf09cd 100644 --- a/graphics/tiff/pkg-descr +++ b/graphics/tiff/pkg-descr @@ -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/ diff --git a/math/muparser/Makefile b/math/muparser/Makefile index 79d4d401c401..dbb0772fc80a 100644 --- a/math/muparser/Makefile +++ b/math/muparser/Makefile @@ -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 diff --git a/math/qhull5/pkg-plist b/math/qhull5/pkg-plist index 0af0cf831296..ef343f998c27 100644 --- a/math/qhull5/pkg-plist +++ b/math/qhull5/pkg-plist @@ -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 diff --git a/net/ccxstream/files/ccxstream.in b/net/ccxstream/files/ccxstream.in index 3b46f66098e6..dda4759b2c30 100644 --- a/net/ccxstream/files/ccxstream.in +++ b/net/ccxstream/files/ccxstream.in @@ -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>" diff --git a/net/mpich2/pkg-plist b/net/mpich2/pkg-plist index f0e5027109bc..d3a86405f14f 100644 --- a/net/mpich2/pkg-plist +++ b/net/mpich2/pkg-plist @@ -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 |