aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-16 11:34:56 +0800
committeradamw <adamw@FreeBSD.org>2014-07-16 11:34:56 +0800
commite59a4b143e5a81be22c10888ea69fd7b283547b2 (patch)
treefe6e6f1047f8d67869e24a29bf32f5ba72588a1c /x11-toolkits
parentdd23101ff5718a035365d041a14e0159b16908e9 (diff)
downloadfreebsd-ports-gnome-e59a4b143e5a81be22c10888ea69fd7b283547b2.tar.gz
freebsd-ports-gnome-e59a4b143e5a81be22c10888ea69fd7b283547b2.tar.zst
freebsd-ports-gnome-e59a4b143e5a81be22c10888ea69fd7b283547b2.zip
Add DOCS option to the remaining staged ports where PORTDOCS appears
in the plist.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/neXtaw/Makefile2
-rw-r--r--x11-toolkits/py-traitsgui/Makefile2
-rw-r--r--x11-toolkits/xmhtml/Makefile2
3 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/neXtaw/Makefile b/x11-toolkits/neXtaw/Makefile
index 0e3c739363df..c0f247fab6a8 100644
--- a/x11-toolkits/neXtaw/Makefile
+++ b/x11-toolkits/neXtaw/Makefile
@@ -17,6 +17,8 @@ USES= libtool
USE_LDCONFIG= yes
USE_XORG= xmu x11 xext
+OPTIONS_DEFINE= DOCS
+
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
diff --git a/x11-toolkits/py-traitsgui/Makefile b/x11-toolkits/py-traitsgui/Makefile
index cdc540bfb34c..6db1642425a0 100644
--- a/x11-toolkits/py-traitsgui/Makefile
+++ b/x11-toolkits/py-traitsgui/Makefile
@@ -19,6 +19,8 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
+OPTIONS_DEFINE= DOCS EXAMPLES
+
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC}/examples \
diff --git a/x11-toolkits/xmhtml/Makefile b/x11-toolkits/xmhtml/Makefile
index f9101e55df2e..2ba88e863a96 100644
--- a/x11-toolkits/xmhtml/Makefile
+++ b/x11-toolkits/xmhtml/Makefile
@@ -23,6 +23,8 @@ USE_LDCONFIG= yes
LIBTOOL= libtool
MAKE_ENV= LIBTOOL=${LIBTOOL}
+OPTIONS_DEFINE= DOCS EXAMPLES
+
do-install:
(cd ${WRKSRC}/lib && ${LIBTOOL} --mode=install ${INSTALL_DATA} \
libXmHTML.la ${STAGEDIR}${PREFIX}/lib)