pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/lua-posix FETCH_USING should not be defined in p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b583899efa1c
branches:  trunk
changeset: 629750:b583899efa1c
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Jan 27 08:10:24 2014 +0000

description:
FETCH_USING should not be defined in packages' Makefile.

diffstat:

 devel/lua-posix/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 7877ccf19d1b -r b583899efa1c devel/lua-posix/Makefile
--- a/devel/lua-posix/Makefile  Mon Jan 27 08:08:50 2014 +0000
+++ b/devel/lua-posix/Makefile  Mon Jan 27 08:10:24 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/09/17 16:23:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2014/01/27 08:10:24 obache Exp $
 #
 
 DISTNAME=      luaposix-release-v31
@@ -11,8 +11,6 @@
 COMMENT=       POSIX library (including curses) for lua
 LICENSE=       mit
 
-FETCH_USING=   curl
-
 GNU_CONFIGURE= yes
 USE_TOOLS+=    perl:build
 USE_LIBTOOL=   yes



Home | Main Index | Thread Index | Old Index