summaryrefslogtreecommitdiff
path: root/textproc/icu
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 /textproc/icu
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 'textproc/icu')
-rw-r--r--textproc/icu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile
index b0ff7295179..a5eeada452f 100644
--- a/textproc/icu/Makefile
+++ b/textproc/icu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2015/08/31 15:26:18 sevan Exp $
+# $NetBSD: Makefile,v 1.99 2015/09/07 12:02:06 jperkin Exp $
DISTNAME= icu4c-55_1-src
PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -89,7 +89,7 @@ PLIST_SUBST+= MH_NAME=mh-qnx
PLIST_SUBST+= MH_NAME=mh-unknown
.endif
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "Cygwin"
+.if ${OPSYS} == "Cygwin"
INSTALL_UNSTRIPPED= yes
.endif