summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorryoon <ryoon>2011-09-20 13:58:01 +0000
committerryoon <ryoon>2011-09-20 13:58:01 +0000
commitbbe2be25b41b6289b9495a34486d7bf63577e408 (patch)
tree45d358caf1f033caa0fc69de1a1f518890da47a9 /shells/zsh
parent40f0de61296082e65d891d20faf01de8dfa8b972 (diff)
downloadpkgsrc-bbe2be25b41b6289b9495a34486d7bf63577e408.tar.gz
Should be INSTALL_LIB instead of INSTALL_DATA.
It is mistake.
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common
index f9442ea8a10..14e968c3caf 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.62 2011/09/20 13:19:36 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.63 2011/09/20 13:58:01 ryoon Exp $
# used by shells/zsh/Makefile
# used by shells/zsh-current/Makefile
@@ -29,7 +29,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
-CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_DATA:Q}
+CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_LIB:Q}
.endif
# Handle any PKG_OPTIONS that this package might have.