aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Tangram/files
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2006-06-02 15:36:28 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2006-06-02 15:36:28 +0000
commit9fe3cba801199a5eea726fd0afcaab22e9092c4a (patch)
tree5e102ccfa33e0ac806e0c05b82312ad4e4d3f6c3 /databases/p5-Tangram/files
parentafb7f816a45464a8457d2fe7742972a058bacffb (diff)
downloadports-9fe3cba801199a5eea726fd0afcaab22e9092c4a.tar.gz
ports-9fe3cba801199a5eea726fd0afcaab22e9092c4a.zip
Notes
Diffstat (limited to 'databases/p5-Tangram/files')
-rw-r--r--databases/p5-Tangram/files/patch-Makefile.PL12
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-Tangram/files/patch-Makefile.PL b/databases/p5-Tangram/files/patch-Makefile.PL
index 4e53150e7b79..9634760bb91b 100644
--- a/databases/p5-Tangram/files/patch-Makefile.PL
+++ b/databases/p5-Tangram/files/patch-Makefile.PL
@@ -1,11 +1,11 @@
---- Makefile.PL.orig Mon Apr 8 15:33:42 2002
-+++ Makefile.PL Mon Apr 8 15:35:06 2002
-@@ -24,7 +24,7 @@
- print q{Do you plan to run the regression tests?
+--- Makefile.PL.orig Tue Mar 28 22:05:28 2006
++++ Makefile.PL Tue May 30 20:47:27 2006
+@@ -58,7 +58,7 @@
+ print q{Do you plan to run the test suite?
(you will need to set up an *EMPTY* database)};
--goto NOTESTS unless yes();
-+goto NOTESTS;
+-do { $skip_tests = 1; goto NOTESTS } unless yes();
++do { $skip_tests = 1; goto NOTESTS };
my $configured;