From beaeac5b88e7b3e1f49e57bf91b8ede0bbcb69e9 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 28 Mar 2019 18:09:41 +0000 Subject: [PATCH] Convert to options target helper - Add NO_ARCH Approved by: portmgr (blanket) --- security/py-openssl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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})