From owner-svn-ports-head@FreeBSD.ORG Fri Jun 14 06:25:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B946B320; Fri, 14 Jun 2013 06:25:39 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AC8D3139E; Fri, 14 Jun 2013 06:25:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5E6PdVP093617; Fri, 14 Jun 2013 06:25:39 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5E6PdKb093615; Fri, 14 Jun 2013 06:25:39 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201306140625.r5E6PdKb093615@svn.freebsd.org> From: Hiroki Sato Date: Fri, 14 Jun 2013 06:25:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320885 - head/security/ipv6toolkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jun 2013 06:25:39 -0000 Author: hrs Date: Fri Jun 14 06:25:39 2013 New Revision: 320885 URL: http://svnweb.freebsd.org/changeset/ports/320885 Log: Fix pkg-plist. Reported by: QAT Modified: head/security/ipv6toolkit/Makefile head/security/ipv6toolkit/pkg-plist Modified: head/security/ipv6toolkit/Makefile ============================================================================== --- head/security/ipv6toolkit/Makefile Fri Jun 14 06:21:13 2013 (r320884) +++ head/security/ipv6toolkit/Makefile Fri Jun 14 06:25:39 2013 (r320885) @@ -16,11 +16,11 @@ MAKE_JOBS_SAFE= yes SUB_FILES= BSDMakefile Makefile MAKEFILE= BSDMakefile PORTDOCS= README.TXT -MAN1= flow6.1 frag6.1 icmp6.1 jumbo6.1 na6.1 ni6.1 ns6.1 ra6.1 \ - rd6.1 rs6.1 scan6.1 tcp6.1 +MAN1= address6.1 flow6.1 frag6.1 icmp6.1 jumbo6.1 na6.1 ni6.1 \ + ns6.1 ra6.1 rd6.1 rs6.1 scan6.1 tcp6.1 MAN5= ipv6toolkit.conf.5 -PROGDIRS= address6 flow6 frag6 icmp6 jumbo6 na6 ni6 ns6 ra6 rd6 rs6 scan6 tcp6 +PROGDIRS= ${MAN1:S/.1//} OPTIONS_DEFINE= DOCS Modified: head/security/ipv6toolkit/pkg-plist ============================================================================== --- head/security/ipv6toolkit/pkg-plist Fri Jun 14 06:21:13 2013 (r320884) +++ head/security/ipv6toolkit/pkg-plist Fri Jun 14 06:25:39 2013 (r320885) @@ -1,4 +1,5 @@ @comment $FreeBSD$ +bin/address6 bin/flow6 bin/frag6 bin/icmp6