summaryrefslogtreecommitdiff
path: root/benchmarks/linux-unigine-sanctuary
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2022-06-20 15:59:34 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2022-06-20 15:59:34 +0000
commitc45258700ac6974fb242ee93668bd8476e192b5f (patch)
treeef64388032d54c9cc9dcd25b96994f3ba3dc3f31 /benchmarks/linux-unigine-sanctuary
parentdevel/py-coverage: update to 6.4.1 release (+) (diff)
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
Diffstat (limited to 'benchmarks/linux-unigine-sanctuary')
-rw-r--r--benchmarks/linux-unigine-sanctuary/Makefile2
1 files changed, 1 insertions, 1 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