svn commit: r416200 - head/net/spoofer

Philippe Audeoud jadawin at FreeBSD.org
Tue May 31 13:58:45 UTC 2016


Author: jadawin
Date: Tue May 31 13:58:44 2016
New Revision: 416200
URL: https://svnweb.freebsd.org/changeset/ports/416200

Log:
  - Fix indent
  
  Noticed by:	danfe

Modified:
  head/net/spoofer/Makefile

Modified: head/net/spoofer/Makefile
==============================================================================
--- head/net/spoofer/Makefile	Tue May 31 13:55:02 2016	(r416199)
+++ head/net/spoofer/Makefile	Tue May 31 13:58:44 2016	(r416200)
@@ -1,40 +1,40 @@
 # Created by: Andrew Pantyukhin <infofarmer at FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=		spoofer
-PORTVERSION=		1.0.1
-CATEGORIES=		net
-MASTER_SITES=		http://www.caida.org/projects/spoofer/downloads/
+PORTNAME=	spoofer
+PORTVERSION=	1.0.1
+CATEGORIES=	net
+MASTER_SITES=	http://www.caida.org/projects/spoofer/downloads/
 
-MAINTAINER=		jadawin at FreeBSD.org
-COMMENT=		Spoofer Project testing software
+MAINTAINER=	jadawin at FreeBSD.org
+COMMENT=	Spoofer Project testing software
 
-LICENSE=		GPLv3
+LICENSE=	GPLv3
 
-BUILD_DEPENDS=		protoc:devel/protobuf
-LIB_DEPENDS=		libprotobuf-lite.so:devel/protobuf
+BUILD_DEPENDS=	protoc:devel/protobuf
+LIB_DEPENDS=	libprotobuf-lite.so:devel/protobuf
 
-PORTDOCS=		README
+PORTDOCS=	README
 
-GNU_CONFIGURE=		yes
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-development
 
-OPTIONS_DEFINE=		DOCS GUI
+OPTIONS_DEFINE=	DOCS GUI
 OPTIONS_DEFAULT=	GUI
-OPTIONS_SUB=		yes
+OPTIONS_SUB=	yes
 
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGUI}
-USE_QT5=		buildtools_build qmake_build core network gui widgets
-USE_GL+=		gl
-USE_RC_SUBR=		${PORTNAME}
+USE_QT5=	buildtools_build qmake_build core network gui widgets
+USE_GL+=	gl
+USE_RC_SUBR=	${PORTNAME}
 .else
 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-all mailing list