aboutsummaryrefslogtreecommitdiff
path: root/editors/chexedit
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2022-11-07 16:54:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2022-11-08 12:09:18 +0000
commit01a3b02ec09e444c1e63a77569f7421c49323376 (patch)
tree040f3c46f1fc1832c4b7c15a922ef32952f23b55 /editors/chexedit
parent497a538e96982b0a96ce5addb7a71a287141b15e (diff)
downloadports-01a3b02ec09e444c1e63a77569f7421c49323376.tar.gz
ports-01a3b02ec09e444c1e63a77569f7421c49323376.zip
editors/chexedit: install manpage into canonical location
Diffstat (limited to 'editors/chexedit')
-rw-r--r--editors/chexedit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/chexedit/Makefile b/editors/chexedit/Makefile
index d8b921d4d768..93fdc0552b0f 100644
--- a/editors/chexedit/Makefile
+++ b/editors/chexedit/Makefile
@@ -17,13 +17,13 @@ USES= ncurses
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_header_ncurses_h=yes
PLIST_FILES= bin/chexedit \
- man/man1/chexedit.1.gz
+ share/man/man1/chexedit.1.gz
# Fix build on recent current
CFLAGS+= -fcommon
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${STAGEDIR}${PREFIX}/bin/chexedit
- ${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/chexedit.1
+ ${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/chexedit.1
.include <bsd.port.mk>