mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
12 lines
296 B
Raku
12 lines
296 B
Raku
$NetBSD: patch-Makefile.PL,v 1.1 2015/01/11 15:29:44 wen Exp $
|
|
do not install depends via CPAN
|
|
--- Makefile.PL.orig 2015-01-11 23:14:38.000000000 +0000
|
|
+++ Makefile.PL
|
|
@@ -89,5 +89,5 @@ author_requires(
|
|
recursive_author_tests('xt');
|
|
|
|
install_as_cpan;
|
|
-auto_install;
|
|
+#auto_install;
|
|
WriteAll;
|