svn commit: r523534 - head/editors/hexedit
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 19 11:09:36 UTC 2020
Author: sunpoet
Date: Sun Jan 19 11:09:35 2020
New Revision: 523534
URL: https://svnweb.freebsd.org/changeset/ports/523534
Log:
Update manpage location (r523104)
Modified:
head/editors/hexedit/Makefile
Modified: head/editors/hexedit/Makefile
==============================================================================
--- head/editors/hexedit/Makefile Sun Jan 19 11:09:30 2020 (r523533)
+++ head/editors/hexedit/Makefile Sun Jan 19 11:09:35 2020 (r523534)
@@ -11,11 +11,12 @@ 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>
More information about the svn-ports-all
mailing list