diff options
author | jperkin <jperkin> | 2015-09-07 12:02:05 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2015-09-07 12:02:05 +0000 |
commit | 34e2f729f34808312f5f0e44630687c409a61b6b (patch) | |
tree | b5a9abb0790d5444ad5e55a6a860def6e5222560 /textproc | |
parent | d5594bbc3e3d0ef54f0917094ecff956dcac5d46 (diff) | |
download | pkgsrc-34e2f729f34808312f5f0e44630687c409a61b6b.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')
-rw-r--r-- | textproc/icu/Makefile | 4 |
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 |