From owner-svn-ports-head@FreeBSD.ORG Sat Oct 5 11:58:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 800E2EF7; Sat, 5 Oct 2013 11:58:53 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D6352C45; Sat, 5 Oct 2013 11:58:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r95BwrsZ053581; Sat, 5 Oct 2013 11:58:53 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r95Bwrqb053580; Sat, 5 Oct 2013 11:58:53 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201310051158.r95Bwrqb053580@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sat, 5 Oct 2013 11:58:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329445 - head/net/knc 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: Sat, 05 Oct 2013 11:58:53 -0000 Author: danilo Date: Sat Oct 5 11:58:52 2013 New Revision: 329445 URL: http://svnweb.freebsd.org/changeset/ports/329445 Log: - Add stage support PR: ports/182641 Submitted by: Denis Generalov (maintainer) Approved by: wg/culot (mentors, implicit) Modified: head/net/knc/Makefile Modified: head/net/knc/Makefile ============================================================================== --- head/net/knc/Makefile Sat Oct 5 11:40:49 2013 (r329444) +++ head/net/knc/Makefile Sat Oct 5 11:58:52 2013 (r329445) @@ -13,9 +13,8 @@ LICENSE= BSD MIT LICENSE_COMB= multi USE_AUTOTOOLS= libtool -MAN1= knc.1 -PLIST_FILES= bin/knc +PLIST_FILES= bin/knc \ + man/man1/knc.1.gz -NO_STAGE= yes .include