diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 09:51:03 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 09:51:39 +0000 |
commit | 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch) | |
tree | 85ee27f029c1ee293667902fe22b65ecac0ff154 /editors/bpatch | |
parent | 6e6416d8c14628219cd46134e032add468fa7411 (diff) | |
download | ports-4460cf727a7788c9ce21f3344ce5745e5cd9fc4a.tar.gz ports-4460cf727a7788c9ce21f3344ce5745e5cd9fc4a.zip |
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'editors/bpatch')
-rw-r--r-- | editors/bpatch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile index 412848b5ba1d..b6b1cfa1980b 100644 --- a/editors/bpatch/Makefile +++ b/editors/bpatch/Makefile @@ -18,7 +18,7 @@ COMMENT= Hex editor that doesn't load the whole file at once # you will with bpatch. Nice to know it may still have a life. LICENSE= CC0-1.0 -NO_WRKSUBDIR= yes +NO_WRKSUBDIR= yes PLIST_FILES= bin/bpatch \ man/man1/bpatch.1.gz |