diff options
author | jadawin <jadawin@FreeBSD.org> | 2013-12-27 21:08:28 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2013-12-27 21:08:28 +0800 |
commit | e3ab02baa511192db57b3ae51a8bcb0848689f62 (patch) | |
tree | bffb1605ebab4577fdbe96b3b641f7e59ed4c40c /editors/hexcurse | |
parent | eb1b830844bbf1d3d3691a3b27a34dc3543f2516 (diff) | |
download | freebsd-ports-gnome-e3ab02baa511192db57b3ae51a8bcb0848689f62.tar.gz freebsd-ports-gnome-e3ab02baa511192db57b3ae51a8bcb0848689f62.tar.zst freebsd-ports-gnome-e3ab02baa511192db57b3ae51a8bcb0848689f62.zip |
- Support STAGE
Diffstat (limited to 'editors/hexcurse')
-rw-r--r-- | editors/hexcurse/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index af26865149be..d08794c10447 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -12,8 +12,6 @@ COMMENT= A versatile ncurses-based hex editor GNU_CONFIGURE= yes -MAN1= hexcurse.1 -PLIST_FILES= bin/hexcurse +PLIST_FILES= bin/hexcurse man/man1/hexcurse.1.gz -NO_STAGE= yes .include <bsd.port.mk> |