diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-05 08:15:46 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-02-05 08:15:46 +0000 |
commit | 420a7673b2d5353b0cb230853cd080e69f0c86f0 (patch) | |
tree | d80001527835a317e0315437a493b7c16ea8c3f0 /dns | |
parent | 85e64e98cb797e683569c8775775f35bc4333e3a (diff) | |
download | ports-420a7673b2d5353b0cb230853cd080e69f0c86f0.tar.gz ports-420a7673b2d5353b0cb230853cd080e69f0c86f0.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/openresolv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/openresolv/Makefile b/dns/openresolv/Makefile index cdefdaf8f143..ff50c609423b 100644 --- a/dns/openresolv/Makefile +++ b/dns/openresolv/Makefile @@ -8,7 +8,8 @@ PORTNAME= openresolv PORTVERSION= 1.1 CATEGORIES= dns -MASTER_SITES= http://roy.marples.name/openresolv/ +MASTER_SITES= http://roy.marples.name/downloads/openresolv/ \ + ftp://roy.marples.name/pub/openresolv/ MAINTAINER= roy@marples.name COMMENT= A resolvconf compatible framework for managing resolv.conf |