ports/devel/automake19/files/patch-automake.in
Ade Lovett eb6f3e503b Say hello to autoconf 2.59 and automake 1.8(.3) after repo-copy.
It's likely to be a really bad idea to use these until they're hooked
into the new bsd.autotools.mk
2004-03-15 01:25:58 +00:00

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);