git: aecb7c72d570 - main - textproc/rubygem-terminal-table: Clean up
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 25 Sep 2024 04:43:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=aecb7c72d5704da573c7a33200df78db8ac5b61f commit aecb7c72d5704da573c7a33200df78db8ac5b61f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-25 04:42:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-25 04:42:44 +0000 textproc/rubygem-terminal-table: Clean up Remove ruby_OLD_CMD after Mk/Uses/shebangfix.mk added "/bin/env ${lang}" pattern to ${lang}_OLD_CMD in aa4988bb569fd62d297e0d1475d9552c3fec1d3e. --- textproc/rubygem-terminal-table/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/textproc/rubygem-terminal-table/Makefile b/textproc/rubygem-terminal-table/Makefile index 29ae8ac65e56..76c81d13c030 100644 --- a/textproc/rubygem-terminal-table/Makefile +++ b/textproc/rubygem-terminal-table/Makefile @@ -17,6 +17,5 @@ USES= gem shebangfix NO_ARCH= yes SHEBANG_FILES= examples/examples_unicode.rb -ruby_OLD_CMD= "/bin/env ruby" .include <bsd.port.mk>