diff options
author | arved <arved@FreeBSD.org> | 2013-07-21 20:17:01 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2013-07-21 20:17:01 +0800 |
commit | 2e3c0de6dd49005c2ae2ce570f979e0fed395dd1 (patch) | |
tree | ea38d584086b3a7c6e5a2a17d90fe0b36071ab51 /devel | |
parent | 0e0e570b4de0ebb4c2d2bcd845f8d1a13cbdf9ab (diff) | |
download | freebsd-ports-gnome-2e3c0de6dd49005c2ae2ce570f979e0fed395dd1.tar.gz freebsd-ports-gnome-2e3c0de6dd49005c2ae2ce570f979e0fed395dd1.tar.zst freebsd-ports-gnome-2e3c0de6dd49005c2ae2ce570f979e0fed395dd1.zip |
Switch to MASTER_SITE_LOCAL as alioth.debian.org dislikes HTTP requests send by fetch(1).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libccid/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index a657a9913542..e5760e6813f7 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -7,7 +7,9 @@ PORTNAME= ccid PORTVERSION= 1.4.10 CATEGORIES= devel -MASTER_SITES= https://alioth.debian.org/frs/download.php/3897/ +#MASTER_SITES= https://alioth.debian.org/frs/download.php/3897/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= arved MAINTAINER= arved@FreeBSD.org COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver |