diff options
author | nectar <nectar@FreeBSD.org> | 1999-05-29 04:53:31 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-05-29 04:53:31 +0800 |
commit | 24b8037de18b474ae91c0c15c0f183c061e8d02a (patch) | |
tree | 2236143a3d088255b28c63b06e754be3b75cdb2e /dns/hesiod | |
parent | 6fde95e4a1543d17b78a32007342823ed56d73e2 (diff) | |
download | freebsd-ports-gnome-24b8037de18b474ae91c0c15c0f183c061e8d02a.tar.gz freebsd-ports-gnome-24b8037de18b474ae91c0c15c0f183c061e8d02a.tar.zst freebsd-ports-gnome-24b8037de18b474ae91c0c15c0f183c061e8d02a.zip |
Add another MASTER_SITES entry.
Diffstat (limited to 'dns/hesiod')
-rw-r--r-- | dns/hesiod/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile index 860693495738..1bfedcbd9658 100644 --- a/dns/hesiod/Makefile +++ b/dns/hesiod/Makefile @@ -3,12 +3,13 @@ # Date created: 6/11/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.3 1998/10/07 19:34:45 nectar Exp $ +# $Id: Makefile,v 1.4 1998/11/14 09:43:26 asami Exp $ # DISTNAME= hesiod-3.0.2 CATEGORIES= net -MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ +MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ \ + http://www.nectar.cc/distfiles/ MAINTAINER= nectar@FreeBSD.ORG |