aboutsummaryrefslogtreecommitdiffhomepage
path: root/freebsd
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2024-01-22 17:09:06 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2024-01-22 17:09:06 +0300
commit1a3828cc0d66e0afbcd2ea91ae1fd948c7e7056f (patch)
tree9c7ae02f0ecea56b76e85dc53f44d5a476a8cb8b /freebsd
parent1cecf04656532e94e1fe9fe25460774324b2197c (diff)
downloadsciteco-1a3828cc0d66e0afbcd2ea91ae1fd948c7e7056f.tar.gz
FreeBSD port: moved xvfb-run.sh to scripts/ subdir
Diffstat (limited to 'freebsd')
-rw-r--r--freebsd/Makefile2
-rwxr-xr-xfreebsd/scripts/xvfb-run.sh (renamed from freebsd/xvfb-run.sh)0
2 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index 9bd2c3b..ee90d80 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -72,7 +72,7 @@ TECO_INTEGER_32_CONFIGURE_ON=--with-teco-integer=32
.if ${FLAVOR} == gtk
# Run under Xvfb (see above).
# This is done only now, since USES=gmake would overwrite MAKE_CMD.
-MAKE_CMD="${.CURDIR}/xvfb-run.sh" ${GMAKE}
+MAKE_CMD="${SCRIPTDIR}/xvfb-run.sh" ${GMAKE}
.endif
post-install:
diff --git a/freebsd/xvfb-run.sh b/freebsd/scripts/xvfb-run.sh
index b4fd5a0..b4fd5a0 100755
--- a/freebsd/xvfb-run.sh
+++ b/freebsd/scripts/xvfb-run.sh