aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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