diff options
author | markd <markd> | 2008-06-09 07:50:59 +0000 |
---|---|---|
committer | markd <markd> | 2008-06-09 07:50:59 +0000 |
commit | 3dd272a2d1affbe99df6e568baa1162dea500a89 (patch) | |
tree | 810e1785a71a873621c5175e01a718637f6ac49e | |
parent | 712cabccf28cef7505463a0d665358fa57887ab6 (diff) | |
download | pkgsrc-3dd272a2d1affbe99df6e568baa1162dea500a89.tar.gz |
Use ${PKGVERSION_NOREV} in $MASTER_SITES (aint no nb2 in the path).
-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 |