git: 2eeac293551c - main - sysutils/bpytop: Simplify SHEBANG_FILES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 19:06:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2eeac293551cd66724dad8ae21d7b18b0f241ca0 commit 2eeac293551cd66724dad8ae21d7b18b0f241ca0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:46:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:47:51 +0000 sysutils/bpytop: Simplify SHEBANG_FILES Approved by: lwhsu (maintainer, implicit) --- sysutils/bpytop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/bpytop/Makefile b/sysutils/bpytop/Makefile index 0c588ef15f4b..2321eb186e41 100644 --- a/sysutils/bpytop/Makefile +++ b/sysutils/bpytop/Makefile @@ -16,7 +16,7 @@ USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= aristocratos -SHEBANG_FILES= ${WRKSRC}/bpytop.py +SHEBANG_FILES= bpytop.py NO_ARCH= yes