summaryrefslogtreecommitdiff
path: root/devel/automake17/files/patch-automake.in
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2003-06-29 01:58:53 +0000
committerAde Lovett <ade@FreeBSD.org>2003-06-29 01:58:53 +0000
commitf20d630fa64b92750043aaa96a579fa7ddcc4082 (patch)
tree8bae99ee5b103dbb29512bc3ebf1e47cdd2b8228 /devel/automake17/files/patch-automake.in
parentUse the cosmetic BUILD_VERSION variable (a la libtool), switch portnames (diff)
Use the cosmetic BUILD_VERSION variable (a la libtool), switch portnames
away from using the version number twice. Unbreak automake17, base on work from Rui Lopes <rui@ruilopes.com>
Notes
Notes: svn path=/head/; revision=83800
Diffstat (limited to 'devel/automake17/files/patch-automake.in')
-rw-r--r--devel/automake17/files/patch-automake.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/automake17/files/patch-automake.in b/devel/automake17/files/patch-automake.in
deleted file mode 100644
index f9500dbe28a3..000000000000
--- a/devel/automake17/files/patch-automake.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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.