diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-05-10 20:31:00 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-05-10 20:31:00 +0000 |
commit | ad1ed23b33160225a262740c2b51ec0c1c10e70f (patch) | |
tree | 1cb43190d12c1f4b29349bc6e45741873a83de2f /archivers/lzo2 | |
parent | a254d72056bf969b6b8c65117c98b2b4f0a40597 (diff) | |
download | ports-ad1ed23b33160225a262740c2b51ec0c1c10e70f.tar.gz ports-ad1ed23b33160225a262740c2b51ec0c1c10e70f.zip |
Notes
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 |