diff options
Diffstat (limited to 'math/qhull5/Makefile')
-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 3e47d45..b22ac1a 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> |