diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-27 18:41:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-27 18:41:11 +0000 |
commit | a8ce86997e0153e277ba6f540fddb593c3f19f44 (patch) | |
tree | 5a670e83731c045a6a2cd732ed95c0208be6f15a /textproc | |
parent | d3a768ef59085720a0f42c43102737c59d39abd9 (diff) | |
download | pkgsrc-a8ce86997e0153e277ba6f540fddb593c3f19f44.tar.gz |
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile index a6b1a1d9386..0a0d0180832 100644 --- a/textproc/xmlto/Makefile +++ b/textproc/xmlto/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.23 2014/01/01 11:52:36 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2014/01/27 18:41:15 wiz Exp $ DISTNAME= xmlto-0.0.25 PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://fedorahosted.org/releases/x/m/xmlto/ EXTRACT_SUFX= .tar.bz2 -FETCH_USING= curl MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://fedorahosted.org/xmlto/ |