aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-13 04:03:22 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-13 04:03:22 +0800
commit9f06a1f62ec10ca1e889a196ee0b224307dc725e (patch)
treea78dfdb4504e4fcb6d59ddbf534494223a0046a9 /x11-toolkits
parent03627605efd45bf2d7c49321ec6f7d9a2bdc8c53 (diff)
downloadfreebsd-ports-9f06a1f62ec10ca1e889a196ee0b224307dc725e.tar.gz
freebsd-ports-9f06a1f62ec10ca1e889a196ee0b224307dc725e.tar.zst
freebsd-ports-9f06a1f62ec10ca1e889a196ee0b224307dc725e.zip
Convert to options target helper
Notes
Notes: svn path=/head/; revision=431314
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-fltk/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-toolkits/py-fltk/Makefile b/x11-toolkits/py-fltk/Makefile
index 4f4a1ce336c9..2f1705c8149a 100644
--- a/x11-toolkits/py-fltk/Makefile
+++ b/x11-toolkits/py-fltk/Makefile
@@ -37,9 +37,14 @@ post-build:
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/fltk/_fltk.so
- ${MKDIR} ${STAGEDIR}${DOCSDIR}/html/ ${STAGEDIR}${EXAMPLESDIR}/
+
+post-install-DOCS-on:
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}/html/
cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES README TODO ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/fltk/docs/ && ${INSTALL_DATA} *.html *.jpg ${STAGEDIR}${DOCSDIR}/html/
+
+post-install-EXAMPLES-on:
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
cd ${WRKSRC}/fltk/test/ && ${INSTALL_DATA} *.py HelpDialog.html ${STAGEDIR}${EXAMPLESDIR}/
.include <bsd.port.mk>
ass='insertions'>+2 * Fix build with CURL_DEBUG enabledSunpoet Po-Chuan Hsieh2018-02-181-3/+4 * security/openssl-devel: Remove BROKEN from some portsBernard Spil2018-02-153-15/+1 * Rename KDE4 meta portsTobias C. Berner2018-02-101-1/+1 * Switch C compiler used to compile GHC to base Clang.Tobias C. Berner2018-02-101-1/+1 * Update to netdumpd-20180205.Mark Johnston2018-02-062-4/+4 * Update pkg-descrSunpoet Po-Chuan Hsieh2018-02-041-3/+14 * Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2018-02-031-2/+2 * Fix r460400Sunpoet Po-Chuan Hsieh2018-02-031-1/+2 * Add more optionsSunpoet Po-Chuan Hsieh2018-01-301-15/+26 * Fix BROTLI optionSunpoet Po-Chuan Hsieh2018-01-301-1/+1 * Remove LIBSSH option to avoid circular dependencySunpoet Po-Chuan Hsieh2018-01-281-5/+1 * Update to 7.58.0Sunpoet Po-Chuan Hsieh2018-01-253-5/+12 * ftp/wget: Upgrade from 1.19.2 to 1.19.4Vasil Dimov2018-01-232-4/+4 * Return kevlo's ports to the pool, he handed in his commit bit.Rene Ladan2018-01-12