diff options
author | ryoon <ryoon> | 2012-11-22 11:38:20 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-11-22 11:38:20 +0000 |
commit | 62deb1649bd5a63dd1aad9865338da969d0ab3bb (patch) | |
tree | 7cd2c3a8f26e363deb0e3f3104eb8a5ca59e5945 /net/libcares | |
parent | 4bf10c1ad4e6f80150746827c36408899f4838ae (diff) | |
download | pkgsrc-62deb1649bd5a63dd1aad9865338da969d0ab3bb.tar.gz |
Fix PR pkg/47228
* Set MASTER_SITES as http://c-ares.haxx.se/download/
Diffstat (limited to 'net/libcares')
-rw-r--r-- | net/libcares/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libcares/Makefile b/net/libcares/Makefile index 133924bfe58..4a0cd786c84 100644 --- a/net/libcares/Makefile +++ b/net/libcares/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2012/10/23 17:18:33 asau Exp $ +# $NetBSD: Makefile,v 1.15 2012/11/22 11:38:20 ryoon Exp $ # DISTNAME= c-ares-1.9.1 PKGNAME= libcares-1.9.1 CATEGORIES= net -MASTER_SITES= http://c-ares.haxx.se/ +MASTER_SITES= http://c-ares.haxx.se/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://c-ares.haxx.se/ |