From b7c050fe5919376933178df4eb6222e771e91c5e Mon Sep 17 00:00:00 2001 From: jperkin Date: Mon, 7 Sep 2015 12:02:05 +0000 Subject: Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages. --- textproc/icu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/icu') 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 -- cgit v1.2.3