diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-12-09 16:19:57 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-12-09 16:19:57 +0000 |
commit | f6295cc081744928d0afe5461e5774466bc10871 (patch) | |
tree | 7d16ae728ac7aaca26f7518179eaa3cad0778910 /net/xipdump/Makefile | |
parent | 9bd9838eee71ddcdd0e40af6df933fa7a4899bab (diff) | |
download | FreeBSD-ports-f6295cc081744928d0afe5461e5774466bc10871.zip FreeBSD-ports-f6295cc081744928d0afe5461e5774466bc10871.tar.gz |
Fix MASTER_SITES
PR: 46095
Submitted by: umeno@rr.iij4u.or.jp
Diffstat (limited to 'net/xipdump/Makefile')
-rw-r--r-- | net/xipdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xipdump/Makefile b/net/xipdump/Makefile index e04cef4..2523435 100644 --- a/net/xipdump/Makefile +++ b/net/xipdump/Makefile @@ -8,7 +8,7 @@ PORTNAME= xipdump PORTVERSION= 1.5.4 CATEGORIES= net -MASTER_SITES= http://www.epita.fr/~lse/recherche/xipdump/ +MASTER_SITES= http://etud.epita.fr:8000/~lse/recherche/xipdump/ EXTRACT_SUFX= .tgz MAINTAINER= umeno@rr.iij4u.or.jp |