Bug 182641 - net/knc: stage support
Summary: net/knc: stage support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-04 16:40 UTC by Denis Generalov
Modified: 2013-10-05 13:00 UTC (History)
0 users

See Also:


Attachments
file.txt (416 bytes, text/plain)
2013-10-04 16:40 UTC, Denis Generalov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Generalov 2013-10-04 16:40:00 UTC
add stage support

Fix: Patch attached with submission follows:
Comment 1 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-04 18:32:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danilo

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-05 12:59:00 UTC
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>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2013-10-05 12:59:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!