aboutsummaryrefslogtreecommitdiff
path: root/net/spoofer
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2016-05-31 14:19:05 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2016-05-31 14:19:05 +0000
commit6fc9916bd3421308ea340fecbd9cf44b855a2997 (patch)
tree7ac37f6a751633998901c670c62925affbc64f1c /net/spoofer
parentadd5b3b017575819854d2decfd1c8086e41b0d9f (diff)
downloadports-6fc9916bd3421308ea340fecbd9cf44b855a2997.tar.gz
ports-6fc9916bd3421308ea340fecbd9cf44b855a2997.zip
- Unbreak Index
Pointyhat: myself
Notes
Notes: svn path=/head/; revision=416203
Diffstat (limited to 'net/spoofer')
-rw-r--r--net/spoofer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spoofer/Makefile b/net/spoofer/Makefile
index b7fe29dcf791..f6e3ce9144b5 100644
--- a/net/spoofer/Makefile
+++ b/net/spoofer/Makefile
@@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --disable-manager
.endif
do-install-DOCS-on:
-${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor