summaryrefslogtreecommitdiffstats
path: root/misc/lv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/lv/Makefile')
-rw-r--r--misc/lv/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/misc/lv/Makefile b/misc/lv/Makefile
index 2a80837..0287748 100644
--- a/misc/lv/Makefile
+++ b/misc/lv/Makefile
@@ -18,15 +18,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
-OPTIONS_DEFAULT= DOCS
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKDIR}/${DISTNAME}; \
- ${INSTALL_DATA} *.html hello.sample* ${STAGEDIR}${DOCSDIR})
-.endif
+ ${INSTALL_DATA} *.html hello.sample* ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>
OpenPOWER on IntegriCloud