diff options
author | danilo <danilo@FreeBSD.org> | 2013-10-05 19:58:52 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-10-05 19:58:52 +0800 |
commit | 58b2c35829af1990c186dd36a33f5680ce8d67cc (patch) | |
tree | 47c26152c4ee6b1fb7d23e6f724bf3c299d9045a /net/knc | |
parent | 04f77b7f7daa4bffe38a480d5db53337e8d220d7 (diff) | |
download | freebsd-ports-graphics-58b2c35829af1990c186dd36a33f5680ce8d67cc.tar.gz freebsd-ports-graphics-58b2c35829af1990c186dd36a33f5680ce8d67cc.tar.zst freebsd-ports-graphics-58b2c35829af1990c186dd36a33f5680ce8d67cc.zip |
- Add stage support
PR: ports/182641
Submitted by: Denis Generalov <gd@rambler-co.ru> (maintainer)
Approved by: wg/culot (mentors, implicit)
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 422517e9140..62ca2dd3688 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> |