Stop enforcing curl with FETCH_USING
FETCH_USING is not for usage in a package, it's a user-defined variable in mk.conf.
This commit is contained in:
parent
bc95b3523d
commit
20e19991d6
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.1 2014/03/30 20:49:14 krytarowski Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2014/03/30 22:21:16 krytarowski Exp $
|
||||
|
||||
DISTNAME= terminator-0.97
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= https://launchpad.net/terminator/trunk/0.97/+download/
|
||||
FETCH_USING= curl
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://launchpad.net/terminator
|
||||
|
|
Loading…
Reference in a new issue