diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-02-23 20:01:14 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-02-23 20:01:14 +0000 |
commit | 898b26bc51c646eaa34b2f24cdad77a7bf2144f1 (patch) | |
tree | 103055454975d1fa4c3e0cc1bbf74c98e7b592fd /devel/automake17/files/patch-automake.in | |
parent | get this into the tree but marked broken (diff) |
bring in all the patches
Notes
Notes:
svn path=/head/; revision=76313
Diffstat (limited to 'devel/automake17/files/patch-automake.in')
-rw-r--r-- | devel/automake17/files/patch-automake.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/automake17/files/patch-automake.in b/devel/automake17/files/patch-automake.in new file mode 100644 index 000000000000..f9500dbe28a3 --- /dev/null +++ b/devel/automake17/files/patch-automake.in @@ -0,0 +1,20 @@ +--- automake.in.orig Wed Oct 16 20:33:56 2002 ++++ automake.in Thu Feb 13 14:05:50 2003 +@@ -31,7 +31,7 @@ + + BEGIN + { +- my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@-@APIVERSION@'; ++ my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@@APIPVERSION@'; + unshift @INC, $perllibdir; + } + +@@ -126,7 +126,7 @@ + # VERSION as string so that eg version 0.30 will print correctly. + my $VERSION = '@VERSION@'; + my $PACKAGE = '@PACKAGE@'; +-my $libdir = '@datadir@/@PACKAGE@-@APIVERSION@'; ++my $libdir = '@datadir@/@PACKAGE@@APIPVERSION@'; + + # Some regular expressions. One reason to put them here is that it + # makes indentation work better in Emacs. |