pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/p5-SOAP-Lite Now --noprompt option exists, no need...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9bccb52892e
branches:  trunk
changeset: 548801:b9bccb52892e
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Oct 24 01:06:22 2008 +0000

description:
Now --noprompt option exists, no need to </dev/null hack anymore.

diffstat:

 net/p5-SOAP-Lite/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7843ab060daf -r b9bccb52892e net/p5-SOAP-Lite/Makefile
--- a/net/p5-SOAP-Lite/Makefile Fri Oct 24 00:45:32 2008 +0000
+++ b/net/p5-SOAP-Lite/Makefile Fri Oct 24 01:06:22 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2008/10/20 14:28:26 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2008/10/24 01:06:22 obache Exp $
 #
 
 DISTNAME=      SOAP-Lite-0.710.08
@@ -24,7 +24,7 @@
 
 PERL5_PACKLIST=        auto/SOAP/Lite/.packlist
 
-MAKE_PARAMS+=  </dev/null
+MAKE_PARAMS+=  --noprompt
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index