svn commit: r329445 - head/net/knc

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Oct 5 11:58:53 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list