aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-chironfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fusefs-chironfs/Makefile')
-rw-r--r--sysutils/fusefs-chironfs/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/fusefs-chironfs/Makefile b/sysutils/fusefs-chironfs/Makefile
index c5c97f1e2f76..c6e6e56917fd 100644
--- a/sysutils/fusefs-chironfs/Makefile
+++ b/sysutils/fusefs-chironfs/Makefile
@@ -21,12 +21,10 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
post-patch:
-.if empty(PORT_OPTIONS:MDOCS)
- @${REINPLACE_CMD} -e 's, doc , ,' ${WRKSRC}/Makefile.in
-.endif
@${REINPLACE_CMD} -e 's,-liconv,${ICONV_LIB},' ${WRKSRC}/src/Makefile.*
+post-patch-DOCS-off:
+ @${REINPLACE_CMD} -e 's, doc , ,' ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>