diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-28 11:49:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-28 11:49:15 +0800 |
commit | 2159a1063b47408f78eec4c808145c23f3869b06 (patch) | |
tree | 7806a8f9ad819d491ebd76f47bb5f51d879ed649 /archivers | |
parent | 6ad2ed24f399cdf18d89180d248873f9e46beb6e (diff) | |
download | freebsd-ports-gnome-2159a1063b47408f78eec4c808145c23f3869b06.tar.gz freebsd-ports-gnome-2159a1063b47408f78eec4c808145c23f3869b06.tar.zst freebsd-ports-gnome-2159a1063b47408f78eec4c808145c23f3869b06.zip |
Removed MASTER_SITE_SUNSITE from the master_sites, it doesn't appear
it has ever been there.
Noticed by: portsurvey.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ucl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/ucl/Makefile b/archivers/ucl/Makefile index 2eb6c2d83a41..b0ce1bd42fc6 100644 --- a/archivers/ucl/Makefile +++ b/archivers/ucl/Makefile @@ -8,9 +8,7 @@ PORTNAME= ucl PORTVERSION= 1.01 CATEGORIES= archivers devel -MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= libs/compression +MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ MAINTAINER= sobomax@FreeBSD.org |