diff options
author | obache <obache@pkgsrc.org> | 2014-06-08 09:09:01 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-06-08 09:09:01 +0000 |
commit | 216fbb67f3ba4c13c01f59c8fd4a0c4a2ddd489b (patch) | |
tree | d3f02e9a77e4e029bc8236e6c06bc9285b5b79a0 /textproc/icu/Makefile | |
parent | 52a9cbf69b21cf94b92367226a0d9d198caf8edf (diff) | |
download | pkgsrc-216fbb67f3ba4c13c01f59c8fd4a0c4a2ddd489b.tar.gz |
whitespace cleanup.
Diffstat (limited to 'textproc/icu/Makefile')
-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 a5498b45029..9b39dec390e 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2014/06/08 09:08:19 obache Exp $ +# $NetBSD: Makefile,v 1.92 2014/06/08 09:09:01 obache Exp $ DISTNAME= icu4c-53_1-src PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g} @@ -107,7 +107,7 @@ CFLAGS+= -march=i486 .endif .if ${OPSYS} == "Cygwin" -SO_MAJOR= ${PKGVERSION_NOREV:R} +SO_MAJOR= ${PKGVERSION_NOREV:R} . for l in data i18n io le lx test tu uc GENERATE_PLIST+= ${ECHO} bin/cygicu${l}${SO_MAJOR}.dll; GENERATE_PLIST+= ${ECHO} lib/libicu${l}${SO_MAJOR}.dll.a; |