diff options
author | markd <markd@pkgsrc.org> | 2008-06-09 07:50:59 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-06-09 07:50:59 +0000 |
commit | d76784d0c650c01f88f90e78d37c3102f9bb36c4 (patch) | |
tree | 810e1785a71a873621c5175e01a718637f6ac49e /textproc | |
parent | 84f0d11ee89cad74867302c0e9517aae2dd834f2 (diff) | |
download | pkgsrc-d76784d0c650c01f88f90e78d37c3102f9bb36c4.tar.gz |
Use ${PKGVERSION_NOREV} in $MASTER_SITES (aint no nb2 in the path).
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 11ed8c22020..6cd6c31e904 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.54 2008/03/20 17:07:54 drochner Exp $ +# $NetBSD: Makefile,v 1.55 2008/06/09 07:50:59 markd Exp $ # DISTNAME= icu4c-3_6-src PKGNAME= icu-3.6 PKGREVISION= 2 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.software.ibm.com/software/globalization/icu/${PKGVERSION}/ +MASTER_SITES= ftp://ftp.software.ibm.com/software/globalization/icu/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org |