svn commit: r497052 - head/security/py-openssl
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Mar 28 18:09:42 UTC 2019
Author: sunpoet
Date: Thu Mar 28 18:09:41 2019
New Revision: 497052
URL: https://svnweb.freebsd.org/changeset/ports/497052
Log:
Convert to options target helper
- Add NO_ARCH
Approved by: portmgr (blanket)
Modified:
head/security/py-openssl/Makefile
Modified: head/security/py-openssl/Makefile
==============================================================================
--- head/security/py-openssl/Makefile Thu Mar 28 18:09:36 2019 (r497051)
+++ head/security/py-openssl/Makefile Thu Mar 28 18:09:41 2019 (r497052)
@@ -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})
More information about the svn-ports-all
mailing list