aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/mowitz
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-05 00:06:55 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-05 00:06:55 +0000
commit9412986685d3654a0b601ba2b0f1c5049fe1613c (patch)
tree851a50ff4fd6723fd0eb268b37b1252509684dc0 /x11-toolkits/mowitz
parent604116319397d8837379d628a953297d6e20f678 (diff)
downloadports-9412986685d3654a0b601ba2b0f1c5049fe1613c.tar.gz
ports-9412986685d3654a0b601ba2b0f1c5049fe1613c.zip
Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*. Approved by: portmgr (blanket for modernization)
Notes
Notes: svn path=/head/; revision=360702
Diffstat (limited to 'x11-toolkits/mowitz')
-rw-r--r--x11-toolkits/mowitz/Makefile3
-rw-r--r--x11-toolkits/mowitz/files/patch-doc2
2 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/mowitz/Makefile b/x11-toolkits/mowitz/Makefile
index 061ab3654f03..3545ffd05bea 100644
--- a/x11-toolkits/mowitz/Makefile
+++ b/x11-toolkits/mowitz/Makefile
@@ -19,4 +19,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xawm=Xaw3d
INSTALL_TARGET= install-strip
+OPTIONS_DEFINE= DOCS
+DOCS_MAKE_ENV= PORTDOCS=yes
+
.include <bsd.port.mk>
diff --git a/x11-toolkits/mowitz/files/patch-doc b/x11-toolkits/mowitz/files/patch-doc
index 6066b33d3f3a..7432f8d7e085 100644
--- a/x11-toolkits/mowitz/files/patch-doc
+++ b/x11-toolkits/mowitz/files/patch-doc
@@ -4,7 +4,7 @@
-SUBDIRS = Mowitz examples doc
+SUBDIRS = Mowitz examples
-+.ifndef NOPORTDOCS
++.ifdef PORTDOCS
+SUBDIRS+= doc
+.endif