git: c45258700ac6 - main - benchmarks/linux-unigine-*: minor, non-functional textual nits

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Mon, 20 Jun 2022 16:00:22 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c45258700ac6974fb242ee93668bd8476e192b5f

commit c45258700ac6974fb242ee93668bd8476e192b5f
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-06-20 15:59:34 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-06-20 15:59:34 +0000

    benchmarks/linux-unigine-*: minor, non-functional textual nits
    
    - Elaborate two comments about why we are renaming the scripts
    - Consistently pad the paragraph heading from its body text in
      the provided license file
---
 benchmarks/linux-unigine-sanctuary/Makefile        | 2 +-
 benchmarks/linux-unigine-superposition/pkg-license | 1 +
 benchmarks/linux-unigine-tropics/Makefile          | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/benchmarks/linux-unigine-sanctuary/Makefile b/benchmarks/linux-unigine-sanctuary/Makefile
index 02465d791de9..6d91c6c30b2b 100644
--- a/benchmarks/linux-unigine-sanctuary/Makefile
+++ b/benchmarks/linux-unigine-sanctuary/Makefile
@@ -23,7 +23,7 @@ do-extract:
 	@${TAIL} -n 107856 ${DISTDIR}/${DISTFILES} | ${TAR} xzf - -C ${WRKSRC}
 
 post-patch:
-# Avoid clash with other Unigine benchmarks
+# Rename the scripts to avoid the clash with other Unigine benchmarks
 .for script in 1024x768_windowed 1920x1080_fullscreen
 	@${SED} -e 's,\./bin,${DATADIR}/bin,' ${WRKSRC}/${script}.sh \
 		> ${WRKSRC}/${PORTNAME}_${script}.sh
diff --git a/benchmarks/linux-unigine-superposition/pkg-license b/benchmarks/linux-unigine-superposition/pkg-license
index 544d5628016e..e3ac1e3ddb18 100644
--- a/benchmarks/linux-unigine-superposition/pkg-license
+++ b/benchmarks/linux-unigine-superposition/pkg-license
@@ -3,6 +3,7 @@ Superposition Benchmark End-User License Agreement
 IMPORTANT - READ CAREFULLY: This End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single entity, hereinafter referred as to the "User") and UNIGINE HOLDING S.à r.l. (hereinafter referred as to the "Developer") for software product "Unigine Superposition Benchmark" (hereinafter referred as to the "Software Product"). If you are accepting the terms of this EULA on behalf of a legal entity, you represent and warrant that you have the authority to bind that legal entity to the terms of this Agreement, and, in such event, "you" and "your" will refer to that legal entity. Through downloading, installing, copying or using the Software Product you are expressing your consent to these EULA.
 
 1. Editions
+
 The Software Product is available in three editions: Basic, Advanced and Pro. Some terms are different for different editions, as marked in this EULA. Advanced and Pro editions can be unlocked after installation of Basic edition by entering a special license key.
 
 2. Grant of License
diff --git a/benchmarks/linux-unigine-tropics/Makefile b/benchmarks/linux-unigine-tropics/Makefile
index 8bd944fd0831..f9a9d18c6007 100644
--- a/benchmarks/linux-unigine-tropics/Makefile
+++ b/benchmarks/linux-unigine-tropics/Makefile
@@ -23,7 +23,7 @@ do-extract:
 	@${TAIL} -n 211448 ${DISTDIR}/${DISTFILES} | ${TAR} xzf - -C ${WRKSRC}
 
 post-patch:
-# Avoid clash with other Unigine benchmarks
+# Rename the scripts to avoid the clash with other Unigine benchmarks
 .for script in 1024x768_windowed 1920x1080_fullscreen
 	@${SED} -e 's,\./bin,${DATADIR}/bin,' ${WRKSRC}/${script}.sh \
 		> ${WRKSRC}/${PORTNAME}_${script}.sh