From owner-svn-ports-all@freebsd.org Sat May 21 09:03:42 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 15119B4419C; Sat, 21 May 2016 09:03:42 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB5B51C9A; Sat, 21 May 2016 09:03:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4L93foe070079; Sat, 21 May 2016 09:03:41 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4L93fgf070078; Sat, 21 May 2016 09:03:41 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605210903.u4L93fgf070078@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 21 May 2016 09:03:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415586 - head/net/wlan2eth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2016 09:03:42 -0000 Author: amdmi3 Date: Sat May 21 09:03:40 2016 New Revision: 415586 URL: https://svnweb.freebsd.org/changeset/ports/415586 Log: - Switch to USES=tar:tgz - Switch to options helpers Modified: head/net/wlan2eth/Makefile Modified: head/net/wlan2eth/Makefile ============================================================================== --- head/net/wlan2eth/Makefile Sat May 21 06:20:14 2016 (r415585) +++ head/net/wlan2eth/Makefile Sat May 21 09:03:40 2016 (r415586) @@ -6,20 +6,20 @@ PORTVERSION= 1.3 PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= http://www.willhackforsushi.com/code/${PORTNAME}/ -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Convert packet captures in 802.11 format to Ethernet format LICENSE= GPLv2 -PORTDOCS= THANKS -OPTIONS_DEFINE= DOCS - +USES= tar:tgz SUB_FILES= pkg-message +PORTDOCS= * PLIST_FILES= bin/${PORTNAME} +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS ?=|' \ ${WRKSRC}/Makefile @@ -27,7 +27,8 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/THANKS ${STAGEDIR}${DOCSDIR} .include