diff options
author | markp <markp@FreeBSD.org> | 2001-11-11 10:58:54 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-11-11 10:58:54 +0800 |
commit | 3d4ae0e4c712af6fee10f725e0f852a0139f76d7 (patch) | |
tree | f790a2dd942236254db0199a46159589404f76d7 | |
parent | db6b96555f95821f266fc9c59ce835a077651ca3 (diff) | |
download | freebsd-ports-gnome-3d4ae0e4c712af6fee10f725e0f852a0139f76d7.tar.gz freebsd-ports-gnome-3d4ae0e4c712af6fee10f725e0f852a0139f76d7.tar.zst freebsd-ports-gnome-3d4ae0e4c712af6fee10f725e0f852a0139f76d7.zip |
Fix MASTER_SITES.
PR: 31852
Submitted by: maintainer
-rw-r--r-- | games/xevil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile index 4b92791f6274..a186109109d7 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -8,7 +8,7 @@ PORTNAME= xevil PORTVERSION= 2.02 CATEGORIES= games -MASTER_SITES= ftp://ftp.xevil.com/stable/ +MASTER_SITES= http://www.xevil.com/download/stable/ DISTNAME= xevilsrc${PORTVERSION} MAINTAINER= goranrunfeldt@home.se |