diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-28 03:16:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-28 03:16:04 +0000 |
commit | 9999a2e13cf60fd3bc2075d05c88c4daeedbc59e (patch) | |
tree | 45948bcf515fa54119000ad700c8ff4a2ef1b077 | |
parent | 6572bcc64d1ce794375da4313a4f2516cc3dd31e (diff) | |
download | ports-9999a2e13cf60fd3bc2075d05c88c4daeedbc59e.tar.gz ports-9999a2e13cf60fd3bc2075d05c88c4daeedbc59e.zip |
The SUNSITEs didn't carry the 1.08 version. Informed author.
Noticed by: portsurvey
Notes
Notes:
svn path=/head/; revision=71948
-rw-r--r-- | archivers/lzo/Makefile | 3 | ||||
-rw-r--r-- | archivers/lzo2/Makefile | 3 |
2 files changed, 2 insertions, 4 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 diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile index 27fda7279f7b..a76fbf59a1bb 100644 --- a/archivers/lzo2/Makefile +++ b/archivers/lzo2/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 |