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 /lang/linux-dotnet-sdk | |
parent | cleanup: Remove expired ports: (diff) |
*: fix tab vs. space issues, and comments according to the guide.
Diffstat (limited to 'lang/linux-dotnet-sdk')
-rw-r--r-- | lang/linux-dotnet-sdk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/linux-dotnet-sdk/Makefile b/lang/linux-dotnet-sdk/Makefile index 9bb983af0c13..3cf067b13d32 100644 --- a/lang/linux-dotnet-sdk/Makefile +++ b/lang/linux-dotnet-sdk/Makefile @@ -23,7 +23,7 @@ USES= linux:c7 python:build DATADIR= ${PREFIX}/share/dotnet DESCR= ${.CURDIR}/../linux-dotnet-runtime/pkg-descr -EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions \ +EXTRACT_AFTER_ARGS= --no-same-owner --no-same-permissions \ --include LICENSE.txt --include sdk ${EXTRACT_EXTRA_ARGS} EXTRACT_EXTRA_ARGS?= --include additionalDeps --include store NO_WRKSUBDIR= yes |