summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorAndrew Fresh <afresh1@cvs.openbsd.org>2022-03-04 22:53:06 +0000
committerAndrew Fresh <afresh1@cvs.openbsd.org>2022-03-04 22:53:06 +0000
commit8c1ddce3a876da1240c3be204cb3c5ab2da46ce6 (patch)
tree5c9ac22d5e3ee2a45e25818098ce0dd74293eaed /gnu/usr.bin
parent46df7677d8732066434f682b0efbc0416d716388 (diff)
Put back local patch to avoid regenerating tests
This was r1.2 and accidentally lost in the update to Devel::PPPort 3.64.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL b/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL
index 63fb8c4d9c7..77d2eff331c 100644
--- a/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL
+++ b/gnu/usr.bin/perl/dist/Devel-PPPort/Makefile.PL
@@ -68,7 +68,7 @@ sub configure
'ppport_h.PL' => 'ppport.h',
'PPPort_pm.PL' => 'PPPort.pm',
'RealPPPort_xs.PL' => 'RealPPPort.xs',
- 'mktests.PL' => $t_01_test,
+ #'mktests.PL' => $t_01_test,
);
my @moreopts;