diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-03-23 15:26:11 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-03-23 15:26:11 +0000 |
commit | f0c80801ca4c78ebc5450c1819aa5ed6e6b63609 (patch) | |
tree | 19a4ed871ebb284b49fc8bf24db633996a9978e9 /security | |
parent | faf8f8640da4a9cb54cd63c2732349e27a9434b1 (diff) | |
download | FreeBSD-ports-f0c80801ca4c78ebc5450c1819aa5ed6e6b63609.zip FreeBSD-ports-f0c80801ca4c78ebc5450c1819aa5ed6e6b63609.tar.gz |
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
Fetch the source from OpenBSD distfiles repository.
Diffstat (limited to 'security')
-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 91394ea..1f10f4f 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 |