Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Oct 2013 11:58:53 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329445 - head/net/knc
Message-ID:  <201310051158.r95Bwrqb053580@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <gd@rambler-co.ru> (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 <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310051158.r95Bwrqb053580>