diff options
author | pav <pav@FreeBSD.org> | 2004-05-26 15:03:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-26 15:03:44 +0800 |
commit | 9df9979116e4881b064946fa77abb5a9d099c2b3 (patch) | |
tree | 2d7d2fd4cb1d29574a4d4062bf5d69e69f60a458 /security/slush | |
parent | 02622a807b60636935d251e84da8f637f78a4ac6 (diff) | |
download | freebsd-ports-gnome-9df9979116e4881b064946fa77abb5a9d099c2b3.tar.gz freebsd-ports-gnome-9df9979116e4881b064946fa77abb5a9d099c2b3.tar.zst freebsd-ports-gnome-9df9979116e4881b064946fa77abb5a9d099c2b3.zip |
- Fix MASTER_SITES
PR: ports/67197
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security/slush')
-rw-r--r-- | security/slush/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/slush/Makefile b/security/slush/Makefile index 96f01d1d2f6d..a073489cead7 100644 --- a/security/slush/Makefile +++ b/security/slush/Makefile @@ -9,9 +9,8 @@ PORTNAME= slush PORTVERSION= 0.1.1 PORTREVISION= 1 CATEGORIES= security -MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/kris/ \ - http://violet.ibs.com.au/slush/files/ \ - ftp://www.dis.org/pub/Security/ +MASTER_SITES= ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= crypt/SSL/slush MAINTAINER= shipley@dis.org COMMENT= A telnet-like application which uses a secure SSL channel |