diff options
author | krion <krion@FreeBSD.org> | 2003-12-04 19:09:07 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-04 19:09:07 +0800 |
commit | 79305b6a0f31c0cc26e21869380d42b8b3756350 (patch) | |
tree | f0b5eaf1aeb3620a30837a37042a07b240f980c3 /x11 | |
parent | 323f7869fe0f04ffc9ebe1b1cc2ff8532168d23a (diff) | |
download | freebsd-ports-gnome-79305b6a0f31c0cc26e21869380d42b8b3756350.tar.gz freebsd-ports-gnome-79305b6a0f31c0cc26e21869380d42b8b3756350.tar.zst freebsd-ports-gnome-79305b6a0f31c0cc26e21869380d42b8b3756350.zip |
- Fix MASTER_SITES
PR: 59759
Submitted by: Ports Fury
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xmold/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xmold/Makefile b/x11/xmold/Makefile index 9ef1e9e03cca..7d45d5cc374a 100644 --- a/x11/xmold/Makefile +++ b/x11/xmold/Makefile @@ -8,8 +8,7 @@ PORTNAME= xmold PORTVERSION= 1.0 CATEGORIES= x11 -MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/ \ - ftp://ftp.opaopa.org/pub/archives/games/ +MASTER_SITES= ftp://cclub.cc.tut.ac.jp/pub/xwin/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org |