diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-08 06:08:48 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-08 06:08:48 +0800 |
commit | ddae2fccef5de88b9d39a75cf38581a9890fc304 (patch) | |
tree | 336717c26f122abef1f056a70440db0e0bfcfc1c | |
parent | 19353c722da3f0b8cf774aaaaf103cf64dea8883 (diff) | |
download | freebsd-ports-gnome-ddae2fccef5de88b9d39a75cf38581a9890fc304.tar.gz freebsd-ports-gnome-ddae2fccef5de88b9d39a75cf38581a9890fc304.tar.zst freebsd-ports-gnome-ddae2fccef5de88b9d39a75cf38581a9890fc304.zip |
Add a MASTER_SITE
PR: ports/98644
Submitted by: maintainer
Approved by: lawrance (mentor, implicit)
-rw-r--r-- | net/bld/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bld/Makefile b/net/bld/Makefile index 62db7566e4b5..197eb354ae9f 100644 --- a/net/bld/Makefile +++ b/net/bld/Makefile @@ -8,7 +8,8 @@ PORTNAME= bld PORTVERSION= 0.3.4 CATEGORIES= net -MASTER_SITES= http://www.online.redhate.org/bld/ +MASTER_SITES= http://www.online.redhate.org/bld/ \ + http://olivier.beyssac.googlepages.com/ MAINTAINER= obld@r14.freenix.org COMMENT= A blacklisting daemon |