aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-19 11:09:35 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-19 11:09:35 +0000
commit379b413accada96571f46f6bf38564b1bfca2650 (patch)
treeef46f92ea87b98aa8c1792c58582657fd5367d15
parent60611031fba12e1ec7bbde2be2312a0b6eda681b (diff)
downloadports-379b413accada96571f46f6bf38564b1bfca2650.tar.gz
ports-379b413accada96571f46f6bf38564b1bfca2650.zip
Notes
-rw-r--r--editors/hexedit/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
index e2572365498d..bb95e5858db0 100644
--- a/editors/hexedit/Makefile
+++ b/editors/hexedit/Makefile
@@ -11,10 +11,11 @@ COMMENT= View and edit files in hexadecimal or ASCII
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-GNU_CONFIGURE= yes
USES= autoreconf ncurses
-PLIST_FILES= bin/hexedit man/man1/hexedit.1.gz
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/hexedit share/man/man1/hexedit.1.gz
GH_ACCOUNT= pixel
USE_GITHUB= yes
@@ -24,6 +25,6 @@ post-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
.include <bsd.port.mk>