svn commit: r416203 - head/net/spoofer

Philippe Audeoud jadawin at FreeBSD.org
Tue May 31 14:19:06 UTC 2016


Author: jadawin
Date: Tue May 31 14:19:05 2016
New Revision: 416203
URL: https://svnweb.freebsd.org/changeset/ports/416203

Log:
  - Unbreak Index
  
  Pointyhat:	myself

Modified:
  head/net/spoofer/Makefile

Modified: head/net/spoofer/Makefile
==============================================================================
--- head/net/spoofer/Makefile	Tue May 31 14:14:08 2016	(r416202)
+++ head/net/spoofer/Makefile	Tue May 31 14:19:05 2016	(r416203)
@@ -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


More information about the svn-ports-head mailing list