diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-01-22 17:09:06 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-01-22 17:09:06 +0300 |
commit | 1a3828cc0d66e0afbcd2ea91ae1fd948c7e7056f (patch) | |
tree | 9c7ae02f0ecea56b76e85dc53f44d5a476a8cb8b /freebsd/Makefile | |
parent | 1cecf04656532e94e1fe9fe25460774324b2197c (diff) | |
download | sciteco-1a3828cc0d66e0afbcd2ea91ae1fd948c7e7056f.tar.gz |
FreeBSD port: moved xvfb-run.sh to scripts/ subdir
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r-- | freebsd/Makefile | 2 |
1 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: |