mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
It's likely to be a really bad idea to use these until they're hooked into the new bsd.autotools.mk
7 lines
307 B
Text
7 lines
307 B
Text
--- automake.in.orig Sun Feb 29 09:27:07 2004
|
|
+++ automake.in Sun Mar 14 17:04:50 2004
|
|
@@ -33,3 +33,3 @@
|
|
{
|
|
- my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@-@APIVERSION@';
|
|
+ my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@@APIPVERSION@';
|
|
unshift @INC, (split ':', $perllibdir);
|