diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-28 11:16:04 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-28 11:16:04 +0800 |
commit | eb7182eaf7571a0409fcc58174912dcd23473df1 (patch) | |
tree | 7895b344b8b6caa7363f3c9652605175cd499b64 /archivers/lzo | |
parent | 95f7de3063f8ec64be5347d481d882a01a51e8ee (diff) | |
download | freebsd-ports-gnome-eb7182eaf7571a0409fcc58174912dcd23473df1.tar.gz freebsd-ports-gnome-eb7182eaf7571a0409fcc58174912dcd23473df1.tar.zst freebsd-ports-gnome-eb7182eaf7571a0409fcc58174912dcd23473df1.zip |
The SUNSITEs didn't carry the 1.08 version. Informed author.
Noticed by: portsurvey
Diffstat (limited to 'archivers/lzo')
-rw-r--r-- | archivers/lzo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 27fda7279f7b..a76fbf59a1bb 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -9,8 +9,7 @@ PORTNAME= lzo PORTVERSION= 1.08 PORTREVISION= 1 CATEGORIES= archivers devel -MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ - ${MASTER_SITE_SUNSITE} +MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ MASTER_SITE_SUBDIR= libs/compression MAINTAINER= ports@FreeBSD.org |