aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/lzo2
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-08-29 21:20:11 +0800
committermiwi <miwi@FreeBSD.org>2008-08-29 21:20:11 +0800
commitc70eafb9e61d4dae49b55eae4e44b5fffb6f6b26 (patch)
tree975a4c01aa38c843c412d1b519d43b9733529026 /archivers/lzo2
parente4ff9fab593cc56ecfed21036d473f25808cdaea (diff)
downloadfreebsd-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/Makefile2
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)