Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2022 22:22:34 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 301ce7554d44 - main - editors/hexedit: Cosmetic change
Message-ID:  <202203302222.22UMMYVF062948@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=301ce7554d44c6f1d42e8d1d1f5f758c60e3594c

commit 301ce7554d44c6f1d42e8d1d1f5f758c60e3594c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 22:02:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 22:02:47 +0000

    editors/hexedit: Cosmetic change
---
 editors/hexedit/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
index 8dd48ad8b5aa..48136b5c6c2d 100644
--- a/editors/hexedit/Makefile
+++ b/editors/hexedit/Makefile
@@ -20,10 +20,10 @@ GH_ACCOUNT=	pixel
 USE_GITHUB=	yes
 
 post-build:
-	m4 -DVERSION=${PORTVERSION} ${WRKSRC}/hexedit.1.in > ${WRKSRC}/hexedit.1
+	@m4 -DVERSION=${PORTVERSION} ${WRKSRC}/hexedit.1.in > ${WRKSRC}/hexedit.1
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
+	${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${STAGEDIR}${PREFIX}/bin/
+	${INSTALL_MAN} ${WRKSRC}/hexedit.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?202203302222.22UMMYVF062948>