diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-11 11:28:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-11 11:28:36 +0000 |
commit | 00d5ef8a3c5e417d74966a2db36134c37e3c024b (patch) | |
tree | f8931631feb6dea850acd1e44dcd20fdc7b74a07 /www | |
parent | 53dbe26f714467cd6d4682eeb31c433b562eb800 (diff) | |
download | freebsd-ports-00d5ef8a3c5e417d74966a2db36134c37e3c024b.zip |
Cosmetic change
Diffstat (limited to 'www')
-rw-r--r-- | www/py-cssutils/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/py-cssutils/Makefile b/www/py-cssutils/Makefile index 208946be809d..d94e6adb1522 100644 --- a/www/py-cssutils/Makefile +++ b/www/py-cssutils/Makefile @@ -17,14 +17,15 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSER -OPTIONS_DEFINE= EXAMPLES +USES= python +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils -USES= python PORTEXAMPLES= * +OPTIONS_DEFINE= EXAMPLES + post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/ |