From 914c5bde1b0ec30eb10efd2f378e440d8440801b Mon Sep 17 00:00:00 2001 From: ryoon Date: Tue, 20 Sep 2011 13:19:36 +0000 Subject: Add workaround to fix broken "make package" on Darwin 11.0.1. --- shells/zsh/Makefile.common | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'shells/zsh') 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" -- cgit v1.2.3