diff options
-rw-r--r-- | security/slurpie/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/slurpie/Makefile b/security/slurpie/Makefile index 91394ea3bc60..1f10f4f6dfb4 100644 --- a/security/slurpie/Makefile +++ b/security/slurpie/Makefile @@ -9,7 +9,8 @@ PORTNAME= slurpie PORTVERSION= 2.0b CATEGORIES= security -MASTER_SITES= http://www.jps.net/coati/archives/ +MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ \ + http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .tgz |