summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-09-07 12:02:05 +0000
committerjperkin <jperkin>2015-09-07 12:02:05 +0000
commitb7c050fe5919376933178df4eb6222e771e91c5e (patch)
treeb5a9abb0790d5444ad5e55a6a860def6e5222560 /shells
parentb8fe86f4f81af761c106cb5fda92e67c7b5e48a7 (diff)
downloadpkgsrc-b7c050fe5919376933178df4eb6222e771e91c5e.tar.gz
Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile.common7
1 files changed, 1 insertions, 6 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common
index 0224f856919..45dfbfecf06 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.77 2015/09/02 11:08:15 szptvlfn Exp $
+# $NetBSD: Makefile.common,v 1.78 2015/09/07 12:02:06 jperkin Exp $
# used by shells/zsh/Makefile
DISTNAME= zsh-${ZSH_VERSION}
@@ -21,11 +21,6 @@ TEXINFO_REQD= 4.0
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
-#CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_LIB:Q}
-INSTALL_UNSTRIPPED= yes
-.endif
-
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) && ${OPSYS} == "NetBSD"
# These can't be detected automagically in cross-builds.
CONFIGURE_ENV+= zsh_cv_shared_environ=yes