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 /math/muparser | |
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
Diffstat (limited to 'math/muparser')
-rw-r--r-- | math/muparser/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |