diff options
Diffstat (limited to 'editors/hexcurse/Makefile')
-rw-r--r-- | editors/hexcurse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/hexcurse/Makefile b/editors/hexcurse/Makefile index ccc5c2116e66..c8884e186bbd 100644 --- a/editors/hexcurse/Makefile +++ b/editors/hexcurse/Makefile @@ -17,6 +17,7 @@ COMMENT= A versatile ncurses-based hex editor GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAN1= hexcurse.1 +MAN1= hexcurse.1 +PLIST_FILES= bin/hexcurse .include <bsd.port.mk> |