diff options
author | mandree <mandree@FreeBSD.org> | 2011-05-11 04:31:00 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2011-05-11 04:31:00 +0800 |
commit | ee0aa216a4b9ba7103221d2c6ea2de79c92b46d1 (patch) | |
tree | cbd8689dd64e0146d544f1745fec75616fd16a59 /archivers/lzo2 | |
parent | 5e965d5bf084def7c321bfd0b33b8df76d87eb08 (diff) | |
download | freebsd-ports-gnome-ee0aa216a4b9ba7103221d2c6ea2de79c92b46d1.tar.gz freebsd-ports-gnome-ee0aa216a4b9ba7103221d2c6ea2de79c92b46d1.tar.zst freebsd-ports-gnome-ee0aa216a4b9ba7103221d2c6ea2de79c92b46d1.zip |
ftp.uni-koeln.de no longer carriers util/arc/, mirror locally.
Diffstat (limited to 'archivers/lzo2')
-rw-r--r-- | archivers/lzo2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index c90ecda2b792..0bb482c558d9 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/Makefile @@ -9,8 +9,8 @@ PORTNAME= lzo2 PORTVERSION= 2.05 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ - http://ftp.uni-koeln.de/util/arc/ -MASTER_SITE_SUBDIR= libs/compression + ${MASTER_SITE_LOCAL:S,$,mandree/,} + DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= mandree@FreeBSD.org |