diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-29 21:20:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-29 21:20:11 +0800 |
commit | c70eafb9e61d4dae49b55eae4e44b5fffb6f6b26 (patch) | |
tree | 975a4c01aa38c843c412d1b519d43b9733529026 /archivers/lzo2 | |
parent | e4ff9fab593cc56ecfed21036d473f25808cdaea (diff) | |
download | freebsd-ports-gnome-c70eafb9e61d4dae49b55eae4e44b5fffb6f6b26.tar.gz freebsd-ports-gnome-c70eafb9e61d4dae49b55eae4e44b5fffb6f6b26.tar.zst freebsd-ports-gnome-c70eafb9e61d4dae49b55eae4e44b5fffb6f6b26.zip |
- Fix build for users not using /bin/sh as root's shell
PR: 126935
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by: maintainer
Diffstat (limited to 'archivers/lzo2')
-rw-r--r-- | archivers/lzo2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 6198c42db6a6..b51ac156262b 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -25,7 +25,7 @@ USE_LDCONFIG= yes post-build: @${ECHO_MSG} "===> Running self-tests for ${PKGNAME} (can take a few minutes, without output)" - cd ${WRKSRC} && ${MAKE} test SHELL="${SHELL} -x" + cd ${WRKSRC} && ${MAKE} test SHELL="${SH} -x" post-install: .if !defined(NOPORTDOCS) |