diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-06-15 13:53:49 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-06-15 13:53:49 +0000 |
commit | 0c7619ce64a94bbb04e9be89631e9d7d38bba057 (patch) | |
tree | fa5867e6a307008c9341234d00d3cb3c8f6bc473 /devel/libidn | |
parent | 1f3e09c015db5f9c6c4e617d16ea8507e563d3ec (diff) | |
download | pkgsrc-0c7619ce64a94bbb04e9be89631e9d7d38bba057.tar.gz |
Use MASTER_SITE_GNU instead of ftp.gnu.org.
Diffstat (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 29ad0b19bb3..b88b047e39f 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.85 2013/06/14 21:06:22 wiz Exp $ +# $NetBSD: Makefile,v 1.86 2013/06/15 13:53:49 ryoon Exp $ DISTNAME= libidn-1.27 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/libidn/ \ - http://ftp.gnu.org/gnu/libidn/ + ${MASTER_SITE_GNU:=libidn/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/libidn/ |