diff options
-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}) |