diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-01-02 01:55:43 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-01-02 01:55:43 +0800 |
commit | a029923e01a08bcabf401e134a897599311a4eac (patch) | |
tree | b1aac301e544c7fc6bec2da7de5d8dca8115be06 | |
parent | 197445cbf202719e4ce28958de57a1c50f981888 (diff) | |
download | freebsd-ports-gnome-a029923e01a08bcabf401e134a897599311a4eac.tar.gz freebsd-ports-gnome-a029923e01a08bcabf401e134a897599311a4eac.tar.zst freebsd-ports-gnome-a029923e01a08bcabf401e134a897599311a4eac.zip |
Switch to a MASTER_SITE that actually works.
-rw-r--r-- | devel/physfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/physfs/Makefile b/devel/physfs/Makefile index 27ff1a04aa8c..097b4aa43794 100644 --- a/devel/physfs/Makefile +++ b/devel/physfs/Makefile @@ -4,7 +4,7 @@ PORTNAME= physfs PORTVERSION= 2.0.3 CATEGORIES= devel -MASTER_SITES= http://offload1.icculus.org:9090/${PORTNAME}/downloads/ +MASTER_SITES= http://icculus.org/${PORTNAME}/downloads/ MAINTAINER= oliver@FreeBSD.org COMMENT= Library to provide abstract access to various archives |