git: f29950671253 - main - textproc/idnits: Cosmetic change
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 18 07:09:25 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f29950671253091afaf76cbae13577ca4cecf60f
commit f29950671253091afaf76cbae13577ca4cecf60f
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 04:58:16 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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>
More information about the dev-commits-ports-all
mailing list