aboutsummaryrefslogtreecommitdiff
path: root/net/spoofer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/spoofer/Makefile')
-rw-r--r--net/spoofer/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/spoofer/Makefile b/net/spoofer/Makefile
index 1b018b690e60..6247693fb7b2 100644
--- a/net/spoofer/Makefile
+++ b/net/spoofer/Makefile
@@ -16,16 +16,13 @@ HAS_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
+do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>