diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:03 +0200 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 11:51:39 +0200 |
commit | 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch) | |
tree | 85ee27f029c1ee293667902fe22b65ecac0ff154 /security/ftimes | |
parent | 6e6416d8c14628219cd46134e032add468fa7411 (diff) | |
download | freebsd-ports-4460cf727a7788c9ce21f3344ce5745e5cd9fc4a.zip |
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'security/ftimes')
-rw-r--r-- | security/ftimes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile index 82eb4a023e9e..7ac94fc2ff05 100644 --- a/security/ftimes/Makefile +++ b/security/ftimes/Makefile @@ -19,7 +19,7 @@ BROKEN_riscv64= fails to build: riscv64 is not currently supported GNU_CONFIGURE= yes USES= perl5 shebangfix tar:tgz USE_PERL5= run build -SHEBANG_FILES= \ +SHEBANG_FILES= \ ${WRKSRC}/tools/dig/ftimes-crv2dbi.pl \ ${WRKSRC}/tools/dig/ftimes-crv2raw.pl \ ${WRKSRC}/tools/dig/ftimes-dig2ctx.pl \ |