diff options
author | obache <obache> | 2012-03-11 11:50:21 +0000 |
---|---|---|
committer | obache <obache> | 2012-03-11 11:50:21 +0000 |
commit | fdceef27bfb717ef82a9b71a5041d35b9747ce1a (patch) | |
tree | b45e2f4e8d5b443d9ffa18c6a422fbb6648671a0 | |
parent | 2aae9466bdf1d41b925d016bac5a4b2ee6e5dc46 (diff) | |
download | pkgsrc-fdceef27bfb717ef82a9b71a5041d35b9747ce1a.tar.gz |
Change MASTER_SITES to http one.
-rw-r--r-- | textproc/php-mecab/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile index c72a4767025..7038cb94ea7 100644 --- a/textproc/php-mecab/Makefile +++ b/textproc/php-mecab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/03/11 10:33:38 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2012/03/11 11:50:21 obache Exp $ # PECL_DISTNAME= php-${MODNAME}-${PECL_VERSION} @@ -6,7 +6,7 @@ MODNAME= mecab PECL_VERSION= 0.5.0 PECL_LEGACY_VERSION_SCHEME= yes CATEGORIES= textproc japanese -MASTER_SITES= https://github.com/downloads/rsky/php-mecab/ +MASTER_SITES= http://cloud.github.com/downloads/rsky/php-mecab/ EXTRACT_SUFX= .tgz MAINTAINER= taca@NetBSD.org @@ -16,7 +16,6 @@ LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir -FETCH_USING= curl EGDIR= share/examples/php/mecab INSTALLATION_DIRS+= ${EGDIR} PLIST_SRC+= ${.CURDIR}/PLIST.extras |