Date: Sun, 18 Apr 2021 07:09:24 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: f29950671253 - main - textproc/idnits: Cosmetic change Message-ID: <202104180709.13I79Okj094788@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=f29950671253091afaf76cbae13577ca4cecf60f commit f29950671253091afaf76cbae13577ca4cecf60f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-18 04:58:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-18 05:42:11 +0000 textproc/idnits: Cosmetic change --- textproc/idnits/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index 3e95e48fae4e..831400b75903 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -13,15 +13,16 @@ LICENSE= GPLv2+ RUN_DEPENDS= bash:shells/bash +USES= shebangfix tar:tgz + NO_ARCH= yes NO_BUILD= yes -USES= shebangfix tar:tgz -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/idnits -SHEBANG_FILES= ${PORTNAME} +SHEBANG_FILES= idnits do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/idnits ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180709.13I79Okj094788>