summaryrefslogtreecommitdiffstats
path: root/comms/vrflash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/vrflash/Makefile')
-rw-r--r--comms/vrflash/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/comms/vrflash/Makefile b/comms/vrflash/Makefile
index 0c3d9b4..2068758 100644
--- a/comms/vrflash/Makefile
+++ b/comms/vrflash/Makefile
@@ -16,15 +16,12 @@ DOCS= agenda-flashing-overview.txt troubleshooting.txt \
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vrflash ${STAGEDIR}${PREFIX}/bin/
-.if ${PORT_OPTIONS:MDOCS}
+do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}/
.endfor
-.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud