Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2016 14:19:05 +0000 (UTC)
From:      Philippe Audeoud <jadawin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416203 - head/net/spoofer
Message-ID:  <201605311419.u4VEJ5fW044494@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605311419.u4VEJ5fW044494>