mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
11 lines
348 B
Perl
11 lines
348 B
Perl
--- Makefile.PL.orig 2020-11-22 06:53:13 UTC
|
|
+++ Makefile.PL
|
|
@@ -268,7 +268,7 @@ if (scalar @bad) {
|
|
|
|
# If we're doing a fake VPATH build, add a stub Makefile which forwards all
|
|
# invocations (.DEFAULT is a GNU-make-ism).
|
|
-if (defined $builddir) {
|
|
+if (0) {
|
|
open M, '>', "$builddir/Makefile~" or die $!;
|
|
print M <<"EOF";
|
|
all .DEFAULT:
|