diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-17 15:02:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-17 15:02:14 +0800 |
commit | dd27bd9786b25e983bee5a4191995e6c0f9232ed (patch) | |
tree | 424ded188dbbb3024375b235045df2b28e04532e /editors/dkns | |
parent | cad087459cd97e5b57d44ce7a7721430d0201d21 (diff) | |
download | freebsd-ports-gnome-dd27bd9786b25e983bee5a4191995e6c0f9232ed.tar.gz freebsd-ports-gnome-dd27bd9786b25e983bee5a4191995e6c0f9232ed.tar.zst freebsd-ports-gnome-dd27bd9786b25e983bee5a4191995e6c0f9232ed.zip |
- Stage support
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> |