summaryrefslogtreecommitdiff
path: root/lang/ocaml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r--lang/ocaml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 3c8b5cb4542..91f36eb8c0f 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2007/12/21 17:02:53 joerg Exp $
+# $NetBSD: Makefile,v 1.58 2008/01/23 20:42:25 adam Exp $
.include "Makefile.common"
@@ -43,7 +43,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST
# to /usr/pkgsrc/devel/ocaml instead of ${WRKSRC}. /bin/ksh, which
# is what ${SH} is on SunOS, doesn't exhibit this behaviour.
.if ${OPSYS} == "SunOS"
-INSTALL_MAKE_FLAGS+= SHELL=${SH}
+INSTALL_MAKE_FLAGS+= SHELL=${SH:Q}
.endif
.include "../../mk/bsd.pkg.mk"