Convert to options target helper

- Add NO_ARCH

Approved by:	portmgr (blanket)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-03-28 18:09:41 +00:00
parent 102903b7d8
commit beaeac5b88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497052

View File

@ -22,12 +22,14 @@ OPTIONS_DEFINE= EXAMPLES
USES= cpe python
USE_PYTHON= autoplist concurrent distutils pythonprefix
NO_ARCH= yes
CPE_VENDOR= jean-paul_calderone
CPE_PRODUCT= py${PORTNAME}
PORTEXAMPLES= *
post-install:
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})