1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Patch Makefile.PL to remove possible interactivity

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-06-02 21:35:23 +00:00
parent e82bfb2225
commit 342bd312f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164241
2 changed files with 8 additions and 2 deletions

View File

@ -15,8 +15,6 @@ PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Numbers with error propagation and scientific rounding
IS_INTERACTIVE= yes
BUILD_DEPENDS= ${SITE_PERL}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
${SITE_PERL}/prefork.pm:${PORTSDIR}/devel/p5-prefork \
${SITE_PERL}/Math/SymbolicX/Inline.pm:${PORTSDIR}/math/p5-Math-SymbolicX-Inline

View File

@ -0,0 +1,8 @@
--- Makefile.PL.orig Wed Feb 8 09:47:57 2006
+++ Makefile.PL Fri Jun 2 15:32:13 2006
@@ -10,5 +10,4 @@
build_requires 'Test::More' => '0.47';
build_requires 'Test::LectroTest' => '0';
-auto_install;
WriteAll;