diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-05 11:58:52 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-05 11:58:52 +0000 |
commit | 83b4dddcf7824a1ad90ec5fc56c815f556f8fbb0 (patch) | |
tree | 47c26152c4ee6b1fb7d23e6f724bf3c299d9045a /net/knc | |
parent | e0becd533862c6d8dd695022673428bafabab529 (diff) | |
download | ports-83b4dddcf7824a1ad90ec5fc56c815f556f8fbb0.tar.gz ports-83b4dddcf7824a1ad90ec5fc56c815f556f8fbb0.zip |
- Add stage support
PR: ports/182641
Submitted by: Denis Generalov <gd@rambler-co.ru> (maintainer)
Approved by: wg/culot (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=329445
Diffstat (limited to 'net/knc')
-rw-r--r-- | net/knc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/knc/Makefile b/net/knc/Makefile index 422517e91402..62ca2dd36887 100644 --- a/net/knc/Makefile +++ b/net/knc/Makefile @@ -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> |