summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2008-10-24 01:06:22 +0000
committerobache <obache>2008-10-24 01:06:22 +0000
commit01ceb46a3df5467f887217dc84fd65167fb7aae6 (patch)
tree9886e2a6c4e6696bafa08e81a788b0b99ecd0970
parentb15953a03bc2290878ec4c4bf88900b503f2a899 (diff)
downloadpkgsrc-01ceb46a3df5467f887217dc84fd65167fb7aae6.tar.gz
Now --noprompt option exists, no need to </dev/null hack anymore.
-rw-r--r--net/p5-SOAP-Lite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile
index aa7908f1d9e..9de9e396b28 100644
--- a/net/p5-SOAP-Lite/Makefile
+++ b/net/p5-SOAP-Lite/Makefile
@@ -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 @@ REPLACE_PERL+= bin/SOAPsh.pl bin/XMLRPCsh.pl bin/stubmaker.pl
PERL5_PACKLIST= auto/SOAP/Lite/.packlist
-MAKE_PARAMS+= </dev/null
+MAKE_PARAMS+= --noprompt
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"