diff options
Diffstat (limited to 'graphics/waffle/Makefile')
-rw-r--r-- | graphics/waffle/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/waffle/Makefile b/graphics/waffle/Makefile index 811946a62c1c..1cb5bac34cbe 100644 --- a/graphics/waffle/Makefile +++ b/graphics/waffle/Makefile @@ -29,11 +29,7 @@ CMAKE_ARGS+= -Dwaffle_has_glx=ON PLIST_SUB+= PORTVERSION=${PORTVERSION} -.include <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MDOCS} -post-install: +post-install-DOCS-off: ${RM} -rf ${STAGEDIR}${DOCSDIR} -.endif .include <bsd.port.mk> |