pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/contao FETCH_USING is a user-settable variable, do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0aa855f127a8
branches:  trunk
changeset: 635171:0aa855f127a8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 01 12:39:49 2014 +0000

description:
FETCH_USING is a user-settable variable, don't set it in Makefiles.

diffstat:

 www/contao/Makefile.common |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 63d3c04b141b -r 0aa855f127a8 www/contao/Makefile.common
--- a/www/contao/Makefile.common        Sun Jun 01 11:18:32 2014 +0000
+++ b/www/contao/Makefile.common        Sun Jun 01 12:39:49 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.70 2014/05/31 02:11:40 taca Exp $
+# $NetBSD: Makefile.common,v 1.71 2014/06/01 12:39:49 wiz Exp $
 #
 # used by www/contao/Makefile.example"
 # used by www/contao211/Makefile
@@ -28,7 +28,6 @@
 CT_MASTER_SITE=        https://github.com/contao/core/archive/
 WRKSRC?=       ${WRKDIR}/core-${CT_VERSION}
 .else
-FETCH_USING=   wget
 CT_MASTER_SITE=        https://github.com/contao/core/releases/download/${CT_VERSION}/
 .endif
 



Home | Main Index | Thread Index | Old Index