diff options
author | obache <obache@pkgsrc.org> | 2008-10-24 01:06:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-10-24 01:06:22 +0000 |
commit | bc746b6ae5a7c545f94de4e16b9469701f7eee53 (patch) | |
tree | 9886e2a6c4e6696bafa08e81a788b0b99ecd0970 /net/p5-SOAP-Lite | |
parent | 507a59a187215651f0d1237a7871932e31d45580 (diff) | |
download | pkgsrc-bc746b6ae5a7c545f94de4e16b9469701f7eee53.tar.gz |
Now --noprompt option exists, no need to </dev/null hack anymore.
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 4 |
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" |