diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 07:02:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-17 07:02:14 +0000 |
commit | 32fd5d5a291bcb438b904669ba44595e9a575bf3 (patch) | |
tree | 424ded188dbbb3024375b235045df2b28e04532e /editors/dkns | |
parent | 02b092ef9f563a3059e78c918965d7c4d87a41d0 (diff) |
- Stage support
Notes
Notes:
svn path=/head/; revision=344692
Diffstat (limited to 'editors/dkns')
-rw-r--r-- | editors/dkns/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/editors/dkns/Makefile b/editors/dkns/Makefile index c86527a87548..b1c6e9a9683a 100644 --- a/editors/dkns/Makefile +++ b/editors/dkns/Makefile @@ -11,10 +11,7 @@ COMMENT= Simple console text editor RUN_DEPENDS= munger:${PORTSDIR}/lang/munger -MAN1= dkns.1 -MANCOMPRESSED= yes +PLIST_FILES= bin/dkns \ + man/man1/dkns.1.gz -PLIST_FILES= bin/dkns - -NO_STAGE= yes .include <bsd.port.mk> |