diff options
| author | wiz <wiz> | 2012-02-01 23:53:32 +0000 |
|---|---|---|
| committer | wiz <wiz> | 2012-02-01 23:53:32 +0000 |
| commit | bcaaa712ebeb0fadbafcce5c1fe1a80a6dab34c4 (patch) | |
| tree | 79e490dec138ba2d50813cc74966a17f73c8b803 /textproc/icu/Makefile | |
| parent | b59ad65d854974c6853ef623ca853ef184a4e0b0 (diff) | |
| download | pkgsrc-bcaaa712ebeb0fadbafcce5c1fe1a80a6dab34c4.tar.gz | |
Fix pkg-config files to include library paths.
Bump PKGREVISION.
Generate PKGNAME from DISTNAME while here.
Diffstat (limited to 'textproc/icu/Makefile')
| -rw-r--r-- | textproc/icu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index f2bad5c92d6..9931cb9aa0b 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.66 2011/12/09 16:11:54 drochner Exp $ +# $NetBSD: Makefile,v 1.67 2012/02/01 23:53:32 wiz Exp $ DISTNAME= icu4c-4_8_1-src -PKGNAME= icu-4.8.1 -PKGREVISION= 1 +PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g} +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://download.icu-project.org/files/icu4c/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tgz |
