diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-28 18:09:41 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-28 18:09:41 +0000 |
commit | beaeac5b88e7b3e1f49e57bf91b8ede0bbcb69e9 (patch) | |
tree | 7872016fe80bc2679cf96202aa4b7d1405bf690b | |
parent | Add NO_ARCH (diff) |
Convert to options target helper
- Add NO_ARCH
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=497052
-rw-r--r-- | security/py-openssl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-openssl/Makefile b/security/py-openssl/Makefile index aa8dc3232cfe..2265cb837255 100644 --- a/security/py-openssl/Makefile +++ b/security/py-openssl/Makefile @@ -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}) |