diff options
Diffstat (limited to 'editors/hexcurse')
-rw-r--r-- | editors/hexcurse/Makefile | 3 | ||||
-rw-r--r-- | editors/hexcurse/pkg-plist | 1 |
2 files changed, 2 insertions, 2 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> diff --git a/editors/hexcurse/pkg-plist b/editors/hexcurse/pkg-plist deleted file mode 100644 index 3b219a4967ce..000000000000 --- a/editors/hexcurse/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/hexcurse |