Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2020 11:09:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523534 - head/editors/hexedit
Message-ID:  <202001191109.00JB9ZFH088840@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001191109.00JB9ZFH088840>