git: 301ce7554d44 - main - editors/hexedit: Cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Mar 2022 22:22:34 UTC
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>