diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-28 13:39:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-28 13:39:56 +0000 |
commit | e638299edcfecb35838ad7fad0b71c4fa5ed7639 (patch) | |
tree | 30df43bd9eff2c4d3d713edce11d9d1da280e753 /math/qhull5 | |
parent | 3c87974395c0f207b0768da251c721e0125b48b7 (diff) |
- Switch to options helpers
- While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=395483
Diffstat (limited to 'math/qhull5')
-rw-r--r-- | math/qhull5/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile index 3e47d4588bd5..b22ac1aea83c 100644 --- a/math/qhull5/Makefile +++ b/math/qhull5/Makefile @@ -24,14 +24,10 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -pre-configure: -.if empty(PORT_OPTIONS:MDOCS) +pre-configure-DOCS-off: @${REINPLACE_CMD} -e "s|src html eg config|src config|" \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e "s|install-docDATA install-examplesDATA||" \ ${WRKSRC}/src/Makefile.in -.endif .include <bsd.port.mk> |