mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
11 lines
398 B
Perl
11 lines
398 B
Perl
--- Graphics/PLplot/Makefile.PL.orig Fri Mar 12 08:38:52 2004
|
|
+++ Graphics/PLplot/Makefile.PL Fri Mar 12 08:39:43 2004
|
|
@@ -164,7 +164,7 @@
|
|
'PLplot.pm PLplot.xs PLplot.o PLplot.c PLplot.bs *.xfig temp* OPTIONS! Makefile.old'},
|
|
);
|
|
|
|
-sub MY::postamble { pdlpp_postamble($package); }
|
|
+sub MY::postamble { pdlpp_postamble_int($package); }
|
|
|
|
sub compileAndRun {
|
|
my $flags = shift;
|