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 /cross | |
parent | d3a768ef59085720a0f42c43102737c59d39abd9 (diff) | |
download | pkgsrc-a8ce86997e0153e277ba6f540fddb593c3f19f44.tar.gz |
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/nios2/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cross/nios2/Makefile.common b/cross/nios2/Makefile.common index 8dad99a7049..b10a46efd68 100644 --- a/cross/nios2/Makefile.common +++ b/cross/nios2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2013/11/18 06:41:27 mef Exp $ -*- Makefile -*- +# $NetBSD: Makefile.common,v 1.4 2014/01/27 18:41:11 wiz Exp $ -*- Makefile -*- # # used by cross/nios2-binutils/Makefile # used by cross/nios2-gcc/Makefile @@ -10,7 +10,6 @@ DISTNAME= sourceryg++-2013.05-43-nios2-linux-gnu.src CATEGORIES= cross MASTER_SITES= https://sourcery.mentor.com/GNUToolchain/package11649/public/nios2-linux-gnu/ EXTRACT_SUFX= .tar.bz2 -FETCH_USING= curl GNU_CONFIGURE= yes INFO_FILES= #empty |