diff options
author | obache <obache@pkgsrc.org> | 2008-04-16 05:34:51 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-04-16 05:34:51 +0000 |
commit | f622bd4b4f06aa6c84e01ec8332b523d63192965 (patch) | |
tree | 125f434de42327b281379c94abce7596a1d39a84 /x11/xaniroc | |
parent | 1326c4fa0437fb853a0b020709332985e531b0ed (diff) | |
download | pkgsrc-f622bd4b4f06aa6c84e01ec8332b523d63192965.tar.gz |
MASTER_SITES are dead.
Set ftp.42.org (Noticed by Zafer Aydogan via private mail) FreeBSD ports doing.
Diffstat (limited to 'x11/xaniroc')
-rw-r--r-- | x11/xaniroc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xaniroc/Makefile b/x11/xaniroc/Makefile index eebf275efe1..94f7e8c4b5b 100644 --- a/x11/xaniroc/Makefile +++ b/x11/xaniroc/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2006/12/27 13:37:43 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/04/16 05:34:51 obache Exp $ DISTNAME= xaniroc PKGNAME= xaniroc-1.02 PKGREVISION= 2 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.freebird.org/unixware/freebird/x11/utils/ \ - ftp://netlab1.usu.edu/pub/mirror/freebird/x11/utils/ +MASTER_SITES= ftp://ftp.42.org/pub/orphan/ EXTRACT_SUFX= .src.tar.Z MAINTAINER= pkgsrc-users@NetBSD.org |