summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2011-09-20 13:19:36 +0000
committerryoon <ryoon@pkgsrc.org>2011-09-20 13:19:36 +0000
commit914c5bde1b0ec30eb10efd2f378e440d8440801b (patch)
tree9c776ad8ddad8e988035c1fc6176b61917763ffb /shells
parentf3f4be6177717d117baf83317a15fdad5859f343 (diff)
downloadpkgsrc-914c5bde1b0ec30eb10efd2f378e440d8440801b.tar.gz
Add workaround to fix broken "make package" on Darwin 11.0.1.
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common
index 91f48d1631b..f9442ea8a10 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.61 2011/07/30 11:42:42 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.62 2011/09/20 13:19:36 ryoon Exp $
# used by shells/zsh/Makefile
# used by shells/zsh-current/Makefile
@@ -28,6 +28,10 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_DATA:Q}
+.endif
+
# Handle any PKG_OPTIONS that this package might have.
.sinclude "options.mk"