diff options
author | clement <clement@FreeBSD.org> | 2004-04-22 01:09:30 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-22 01:09:30 +0800 |
commit | 700b6b707a5b1925eabb53abaf79e90d473ac7b4 (patch) | |
tree | a648abb19a760cf4d8a3a8e6352530e7e617be46 /www | |
parent | b1b8f8d3c8ac8054b3365d5a33be5299874d5ee2 (diff) | |
download | freebsd-ports-graphics-700b6b707a5b1925eabb53abaf79e90d473ac7b4.tar.gz freebsd-ports-graphics-700b6b707a5b1925eabb53abaf79e90d473ac7b4.tar.zst freebsd-ports-graphics-700b6b707a5b1925eabb53abaf79e90d473ac7b4.zip |
- Add mirror to fix the build for release.
Notice by: bento via kris
Approved by: portmgr (marcus)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_useragent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_auth_useragent/Makefile b/www/mod_auth_useragent/Makefile index b550aca4020..af80c8b1e3f 100644 --- a/www/mod_auth_useragent/Makefile +++ b/www/mod_auth_useragent/Makefile @@ -8,7 +8,8 @@ PORTNAME= mod_auth_useragent PORTVERSION= 1.0 CATEGORIES= www -MASTER_SITES= http://download.tangent.org/ +MASTER_SITES= http://download.tangent.org/ \ + http://sheepkiller.nerim.net/ports/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Allows you to forbid clients based on their User-Agent |