diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2009-08-01 03:56:00 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2009-08-01 03:56:00 +0800 |
commit | 4c82d78d9b43d4165489d13610e64d44460866dd (patch) | |
tree | 1fa4dc8a8e67885ba8699c987d15c091472c1abd /dns | |
parent | 4f04966ada21e851a9c23396de6a8ee80158baa0 (diff) | |
download | freebsd-ports-gnome-4c82d78d9b43d4165489d13610e64d44460866dd.tar.gz freebsd-ports-gnome-4c82d78d9b43d4165489d13610e64d44460866dd.tar.zst freebsd-ports-gnome-4c82d78d9b43d4165489d13610e64d44460866dd.zip |
Add an additional distfile location to MASTER_SITES
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dlint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/dlint/Makefile b/dns/dlint/Makefile index d32d3f6a64bd..ee16170e80bc 100644 --- a/dns/dlint/Makefile +++ b/dns/dlint/Makefile @@ -9,7 +9,8 @@ PORTNAME= dlint PORTVERSION= 1.4.0 CATEGORIES= dns -MASTER_SITES= http://www.sfr-fresh.com/unix/misc/dns/ +MASTER_SITES= http://www.sfr-fresh.com/unix/misc/dns/ \ + http://www.sourcefiles.org/Networking/Tools/DNS/ DISTNAME= dlint${PORTVERSION} MAINTAINER= kimelto@gmail.com |