diff options
author | vs <vs@FreeBSD.org> | 2004-07-26 20:06:07 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-07-26 20:06:07 +0800 |
commit | 90ab77ee6961bc6631e6290108ef906d42a3508d (patch) | |
tree | 633dc0cb702cd38b6939a503b2178082f06d4787 /devel/hs-happy | |
parent | 859dd020f17f819ff9b2979cd2ab6028df33ceea (diff) | |
download | freebsd-ports-gnome-90ab77ee6961bc6631e6290108ef906d42a3508d.tar.gz freebsd-ports-gnome-90ab77ee6961bc6631e6290108ef906d42a3508d.tar.zst freebsd-ports-gnome-90ab77ee6961bc6631e6290108ef906d42a3508d.zip |
Remove mirror.ac.uk from MASTERSITES in Haskell(-related) ports.
PR: ports/69481
Submitted by: Tim Bishop
Diffstat (limited to 'devel/hs-happy')
-rw-r--r-- | devel/hs-happy/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile index dfc3fb8555a4..2b83cf1fecab 100644 --- a/devel/hs-happy/Makefile +++ b/devel/hs-happy/Makefile @@ -8,8 +8,7 @@ PORTNAME= happy PORTVERSION= 1.13 PORTREVISION= 1 CATEGORIES= devel haskell -MASTER_SITES= http://www.haskell.org/happy/dist/${PORTVERSION}/ \ - http://www.mirror.ac.uk/sites/www.haskell.org/happy/dist/${PORTVERSION}/ +MASTER_SITES= http://www.haskell.org/happy/dist/${PORTVERSION}/ PKGNAMEPREFIX= hs- DISTNAME= ${PORTNAME}-${PORTVERSION}-src |