Index: head/net/spoofer/Makefile =================================================================== --- head/net/spoofer/Makefile (revision 416202) +++ head/net/spoofer/Makefile (revision 416203) @@ -1,42 +1,42 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= spoofer PORTVERSION= 1.0.1 CATEGORIES= net MASTER_SITES= http://www.caida.org/projects/spoofer/downloads/ MAINTAINER= jadawin@FreeBSD.org COMMENT= Spoofer Project testing software LICENSE= GPLv3 BUILD_DEPENDS= protoc:devel/protobuf LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf PORTDOCS= README GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-development OPTIONS_DEFINE= DOCS GUI OPTIONS_DEFAULT= GUI OPTIONS_SUB= yes .include .if ${PORT_OPTIONS:MGUI} 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 .include