diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-03 14:09:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-03 14:09:17 +0000 |
commit | 6b4de2698636ccc6f6b7a341e63f08d05a73cb01 (patch) | |
tree | aa7d1cdb860adb0016f7fed0c6f208abcb26070a /security/engine_pkcs11 | |
parent | 846825312aa2fb296f9c628ea6423c337b94fc52 (diff) |
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=395960
Diffstat (limited to 'security/engine_pkcs11')
-rw-r--r-- | security/engine_pkcs11/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/engine_pkcs11/Makefile b/security/engine_pkcs11/Makefile index ea30974afa1b..1470e770aab5 100644 --- a/security/engine_pkcs11/Makefile +++ b/security/engine_pkcs11/Makefile @@ -25,10 +25,6 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ PORTDOCS= * -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -CONFIGURE_ARGS+=--enable-doc -.endif +DOCS_CONFIGURE_ON= --enable-doc .include <bsd.port.mk> |