mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Unbreak automake/aclocal from my changes this morning. My test case wasn't
thorough enough. PORTREVISION bump to force the change out (my judgement).
This commit is contained in:
parent
3553ac4fdd
commit
ae35220ffa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67994
3 changed files with 21 additions and 11 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= automake14
|
PORTNAME= automake14
|
||||||
PORTVERSION= 1.4.5
|
PORTVERSION= 1.4.5
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
MASTER_SITE_SUBDIR= automake
|
MASTER_SITE_SUBDIR= automake
|
||||||
|
|
|
@ -1,17 +1,16 @@
|
||||||
|
--- aclocal.in.orig Sun Jul 15 06:52:18 2001
|
||||||
$FreeBSD: /tmp/pcvs/ports/devel/automake14/files/Attic/patch-aclocal.in,v 1.1 2002-10-13 12:54:48 alane Exp $
|
+++ aclocal.in Sun Oct 13 19:58:58 2002
|
||||||
|
@@ -32,7 +32,9 @@
|
||||||
--- aclocal.in.orig Sun Jul 15 13:52:18 2001
|
$PACKAGE = "@PACKAGE@";
|
||||||
+++ aclocal.in Sat Aug 11 12:28:32 2001
|
$prefix = "@prefix@";
|
||||||
@@ -34,6 +34,8 @@
|
|
||||||
# Note that this isn't pkgdatadir, but a separate directory.
|
# Note that this isn't pkgdatadir, but a separate directory.
|
||||||
$acdir = "@datadir@/aclocal";
|
-$acdir = "@datadir@/aclocal";
|
||||||
|
+$acdir = "@datadir@/aclocal14";
|
||||||
+$acdir_x11 = '%%X11BASE%%/share/aclocal';
|
|
||||||
+
|
+
|
||||||
|
+$acdir_x11 = '%%X11BASE%%/share/aclocal14';
|
||||||
|
|
||||||
# Some globals.
|
# Some globals.
|
||||||
|
|
||||||
# Exit status.
|
|
||||||
@@ -106,6 +108,9 @@
|
@@ -106,6 +108,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
11
devel/automake14/files/patch-automake.in
Normal file
11
devel/automake14/files/patch-automake.in
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- automake.in.orig Sun Jul 15 12:47:28 2001
|
||||||
|
+++ automake.in Sun Oct 13 19:59:10 2002
|
||||||
|
@@ -32,7 +32,7 @@
|
||||||
|
$VERSION = "@VERSION@";
|
||||||
|
$PACKAGE = "@PACKAGE@";
|
||||||
|
$prefix = "@prefix@";
|
||||||
|
-$am_dir = "@datadir@/@PACKAGE@";
|
||||||
|
+$am_dir = "@datadir@/@PACKAGE@14";
|
||||||
|
$TAR = "@TAR@";
|
||||||
|
|
||||||
|
# String constants.
|
Loading…
Add table
Reference in a new issue