Update with a working MASTER_SITES, and to FETCH_USING curl,
since ftp does not handle https: URLs.
This commit is contained in:
parent
d9bd40321b
commit
0102b73273
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.20 2011/06/09 06:21:38 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2011/06/12 11:59:20 schnoebe Exp $
|
||||
#
|
||||
|
||||
DISTNAME= aaronsw-${GHNAME}-${GHVERSION}-0-g${GHCOMMIT}
|
||||
|
@ -7,13 +7,15 @@ GHVERSION= 3.02
|
|||
GHCOMMIT= d9bf7d6
|
||||
PKGNAME= ${PYPKGPREFIX}-${GHNAME}-${GHVERSION}
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= http://download.github.com/
|
||||
MASTER_SITES= https://github.com/aaronsw/html2text/tarball/${GHVERSION}/
|
||||
|
||||
MAINTAINER= schmonz@NetBSD.org
|
||||
HOMEPAGE= http://www.aaronsw.com/2002/html2text/
|
||||
COMMENT= Convert HTML into easy-to-read plain ASCII text
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
FETCH_USING= curl
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/aaronsw-${GHNAME}-${GHCOMMIT}
|
||||
|
|
Loading…
Reference in a new issue