diff options
author | sat <sat@FreeBSD.org> | 2006-05-21 18:38:10 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-21 18:38:10 +0800 |
commit | ec7f2c753d92dc5f4565c5a3cd3dd2be42255ec3 (patch) | |
tree | 559ae595fe8f37c4ec323cbd275189b18b7a11e8 /security | |
parent | 58f4abd5edfb72270854c1d5fe7b7bf68fee26c2 (diff) | |
download | freebsd-ports-gnome-ec7f2c753d92dc5f4565c5a3cd3dd2be42255ec3.tar.gz freebsd-ports-gnome-ec7f2c753d92dc5f4565c5a3cd3dd2be42255ec3.tar.zst freebsd-ports-gnome-ec7f2c753d92dc5f4565c5a3cd3dd2be42255ec3.zip |
- Add MASTER_SITES
Reported by: Bill Fenner's distfile survey
Approved by: krion (mentor, implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/parano/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/parano/Makefile b/security/parano/Makefile index aed5434a60e3..f7f5c9184162 100644 --- a/security/parano/Makefile +++ b/security/parano/Makefile @@ -8,8 +8,10 @@ PORTNAME= parano PORTVERSION= 0.3.0 CATEGORIES= security -MASTER_SITES= http://download.berlios.de/%SUBDIR%/ \ - http://download2.berlios.de/%SUBDIR%/ +MASTER_SITES= ${MASTER_SITE_BERLIOS} \ + http://bsd1.csme.ru/myports/ \ + http://bsd2.csme.ru/myports/ \ + http://bsd3.csme.ru/myports/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= infofarmer@FreeBSD.org |