forked from Lainports/freebsd-ports
Convert to options target helper
- Add NO_ARCH Approved by: portmgr (blanket)
This commit is contained in:
parent
102903b7d8
commit
beaeac5b88
1 changed files with 3 additions and 1 deletions
|
|
@ -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})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue