Should be INSTALL_LIB instead of INSTALL_DATA.
It is mistake.
This commit is contained in:
parent
914c5bde1b
commit
ce1003a671
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue