summaryrefslogtreecommitdiff
path: root/lang/ocaml/Makefile
diff options
context:
space:
mode:
authoradam <adam>2008-01-23 20:42:25 +0000
committeradam <adam>2008-01-23 20:42:25 +0000
commitc674fef77a284946e397be980029372049184219 (patch)
tree8d3b8d070c2ab6d6036f5ac9162abda5ac1fa178 /lang/ocaml/Makefile
parent66cf8a6491978ba58bd8a03a8a077e7c77571ca0 (diff)
downloadpkgsrc-c674fef77a284946e397be980029372049184219.tar.gz
Changes 3.10.1:
* Bug fixes * New features: - made configure script work on PlayStation 3 - ARM port: brought up-to-date for Debian 4.0 (Etch) - many other small changes and bugfixes in camlp4, ocamlbuild, labltk, emacs files
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"