diff options
author | mnag <mnag@FreeBSD.org> | 2006-05-25 09:46:00 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-05-25 09:46:00 +0800 |
commit | 1b275dc36120aa4b858cae19722c54db44fc4b51 (patch) | |
tree | b7189828b76c99a9b8884e022e7142169ce9f6c4 /security/cops | |
parent | e9dfbab4ff75a552521a6b516d7867dc1cee277d (diff) | |
download | freebsd-ports-gnome-1b275dc36120aa4b858cae19722c54db44fc4b51.tar.gz freebsd-ports-gnome-1b275dc36120aa4b858cae19722c54db44fc4b51.tar.zst freebsd-ports-gnome-1b275dc36120aa4b858cae19722c54db44fc4b51.zip |
- Fix master sites
PR: 97827
Submitted by: Martin Wilke <freebsd___unixfreunde.de>
Diffstat (limited to 'security/cops')
-rw-r--r-- | security/cops/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/cops/Makefile b/security/cops/Makefile index 86e800bc6491..eb88e5b555b1 100644 --- a/security/cops/Makefile +++ b/security/cops/Makefile @@ -8,7 +8,8 @@ PORTNAME= cops PORTVERSION= 1.04 CATEGORIES= security -MASTER_SITES= http://www.fish.com/cops/ +MASTER_SITES= http://mirror2.unixfreunde.de/ \ + http://freebsd.unixfreunde.de/sources/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}+ MAINTAINER= ports@FreeBSD.org |