pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gtl Use INTERACTIVE_STAGE=fetch so that the bulk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21b87cef033e
branches:  trunk
changeset: 482775:21b87cef033e
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue Nov 02 23:22:50 2004 +0000

description:
Use INTERACTIVE_STAGE=fetch so that the bulk build realize that it
is not an error that it cannot find the distfile.

diffstat:

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

diffs (18 lines):

diff -r 4ed7114c28a5 -r 21b87cef033e devel/gtl/Makefile
--- a/devel/gtl/Makefile        Tue Nov 02 22:51:33 2004 +0000
+++ b/devel/gtl/Makefile        Tue Nov 02 23:22:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/11/02 20:55:29 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2004/11/02 23:22:50 kristerw Exp $
 
 DISTNAME=              GTL-1.2.1
 PKGNAME=               gtl-1.2.1
@@ -24,6 +24,8 @@
 
 DOCDIR=                ${PREFIX}/share/doc/GTL
 
+INTERACTIVE_STAGE=     fetch
+
 _FETCH_MESSAGE= \
        ${ECHO} "======================================================================"; \
        ${ECHO} ; \



Home | Main Index | Thread Index | Old Index