diff options
Diffstat (limited to 'devel/automake14/files/patch-aclocal.in')
-rw-r--r-- | devel/automake14/files/patch-aclocal.in | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/devel/automake14/files/patch-aclocal.in b/devel/automake14/files/patch-aclocal.in index 34596cc08909..db7a741b0216 100644 --- a/devel/automake14/files/patch-aclocal.in +++ b/devel/automake14/files/patch-aclocal.in @@ -1,17 +1,16 @@ - -$FreeBSD: /tmp/pcvs/ports/devel/automake14/files/Attic/patch-aclocal.in,v 1.1 2002-10-13 12:54:48 alane Exp $ - ---- aclocal.in.orig Sun Jul 15 13:52:18 2001 -+++ aclocal.in Sat Aug 11 12:28:32 2001 -@@ -34,6 +34,8 @@ +--- aclocal.in.orig Sun Jul 15 06:52:18 2001 ++++ aclocal.in Sun Oct 13 19:58:58 2002 +@@ -32,7 +32,9 @@ + $PACKAGE = "@PACKAGE@"; + $prefix = "@prefix@"; # Note that this isn't pkgdatadir, but a separate directory. - $acdir = "@datadir@/aclocal"; - -+$acdir_x11 = '%%X11BASE%%/share/aclocal'; +-$acdir = "@datadir@/aclocal"; ++$acdir = "@datadir@/aclocal14"; + ++$acdir_x11 = '%%X11BASE%%/share/aclocal14'; + # Some globals. - # Exit status. @@ -106,6 +108,9 @@ |