From a957897aedf96854814093aae433c22924281a88 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 23 Oct 2003 09:29:41 +0000 Subject: [PATCH] - Add new MASTER_SITES Submitted by: maintainer Reported by: bento (kris) --- astro/planets/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro/planets/Makefile b/astro/planets/Makefile index b1b0c6bc5363..ff13a25e778b 100644 --- a/astro/planets/Makefile +++ b/astro/planets/Makefile @@ -9,7 +9,8 @@ PORTNAME= planets PORTVERSION= 0.1.12 CATEGORIES= astro -MASTER_SITES= http://planets.homedns.org/dist/ +MASTER_SITES= http://planets.homedns.org/dist/ \ + http://sheepkiller.nerim.net/ports/${PORTNAME}/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org