git: 924776998557 - main - devel/rubygem-syslog: Fix tab
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Nov 2025 16:41:24 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=92477699855797b6b71b6966f47aa884d4a65610
commit 92477699855797b6b71b6966f47aa884d4a65610
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-09 16:28:13 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-09 16:32:22 +0000
devel/rubygem-syslog: Fix tab
---
devel/rubygem-syslog/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/rubygem-syslog/Makefile b/devel/rubygem-syslog/Makefile
index 1424b983e17e..2b4bb9f3e666 100644
--- a/devel/rubygem-syslog/Makefile
+++ b/devel/rubygem-syslog/Makefile
@@ -10,7 +10,7 @@ WWW= https://github.com/ruby/syslog
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL
-LICENSE_FILE_RUBY =${WRKSRC}/COPYING
+LICENSE_FILE_RUBY= ${WRKSRC}/COPYING
RUN_DEPENDS= rubygem-logger>=0:devel/rubygem-logger