diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-23 15:26:11 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-23 15:26:11 +0000 |
commit | b9ebec333382b09048b282391df1c5f4939b8d1b (patch) | |
tree | 01e973ca09f8937ac3b677145da0907e162221b3 /security/slurpie/Makefile | |
parent | 011db594f1312be12aed9bd55d6f4ee3a8a19a4c (diff) | |
download | ports-b9ebec333382b09048b282391df1c5f4939b8d1b.tar.gz ports-b9ebec333382b09048b282391df1c5f4939b8d1b.zip |
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
Fetch the source from OpenBSD distfiles repository.
Notes
Notes:
svn path=/head/; revision=77259
Diffstat (limited to 'security/slurpie/Makefile')
-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 |