diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-16 14:52:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-16 14:52:20 +0000 |
commit | d4cdf7e064b45cc34fd841b22f5101919c3c1c61 (patch) | |
tree | 3773805c911c16300dc28e4a4f33d0864593cb20 /archivers | |
parent | a502db5f30e9701eae371b289553ff6974d0bf34 (diff) | |
download | pkgsrc-d4cdf7e064b45cc34fd841b22f5101919c3c1c61.tar.gz |
Fix MASTER_SITES. From Zafer Aydogan.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/liblzo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile index 0efd42378fa..563d947cdb4 100644 --- a/archivers/liblzo/Makefile +++ b/archivers/liblzo/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.21 2005/08/07 16:02:12 heinz Exp $ +# $NetBSD: Makefile,v 1.22 2007/06/16 14:52:20 wiz Exp $ # DISTNAME= lzo-1.08 PKGNAME= lib${DISTNAME} PKGREVISION= 1 CATEGORIES= archivers -MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ - ftp://ftp.elf.stuba.sk/pub/pc/pack/ +MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/LZO-v1/ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.oberhumer.com/opensource/lzo/ |