diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-08-10 21:29:58 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-08-10 21:29:58 +0000 |
commit | 115ac6cef23cb980fc4ccf8e4f8dd71ae21052ba (patch) | |
tree | 533c5a8b956d95c41df5252d5f67bb40dee76763 /x11/sakura | |
parent | 8e46d850208502d721ac93da6c11c03db03f2918 (diff) | |
download | pkgsrc-115ac6cef23cb980fc4ccf8e4f8dd71ae21052ba.tar.gz |
Use http for MASTE_SITES instead of https, thank you, obache@.
Diffstat (limited to 'x11/sakura')
-rw-r--r-- | x11/sakura/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/sakura/Makefile b/x11/sakura/Makefile index f3a45c355ec..05948dae3a1 100644 --- a/x11/sakura/Makefile +++ b/x11/sakura/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2012/08/10 13:54:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.7 2012/08/10 21:29:58 ryoon Exp $ # DISTNAME= sakura-${SAKURA_VER} SAKURA_VER= 3.0.4 CATEGORIES= x11 -MASTER_SITES= http://launchpad.net/sakura/trunk/${SAKURA_VER}/+download/ +MASTER_SITES= http://launchpadlibrarian.net/103638542/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= ryoon@NetBSD.org @@ -14,10 +14,6 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -# Force using "curl" for fetching the distribution file. It is only available -# over HTTPS and "curl" is the only fetch program which always supports HTTPS. -FETCH_USING= curl - USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config pod2man xgettext USE_CMAKE= yes |