diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-13 12:54:48 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-13 12:54:48 +0000 |
commit | 07a43438a335931d7ea7d994e0c0f90c2c2ef81a (patch) | |
tree | 7dddfe38f4b0bae6889a602784f4d998bfce2087 /devel/automake14/files/patch-m4-Makefile.in | |
parent | Add HVSC-Update, a tool to update your HVSC C= 64 SID tune collection. (diff) |
1. Made post-install DESTDIR-safe.
2. Made install put files in the RIGHT place (no extra level of dirs;
changing 'datadir' is not the right thing to do).
3. Made nice exit when you have USE_AUTOMAKE* defined.
4. Renamed patch files so I can tell what they do.
5. Portrevision bump => 3.
Notes
Notes:
svn path=/head/; revision=67970
Diffstat (limited to 'devel/automake14/files/patch-m4-Makefile.in')
-rw-r--r-- | devel/automake14/files/patch-m4-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/automake14/files/patch-m4-Makefile.in b/devel/automake14/files/patch-m4-Makefile.in new file mode 100644 index 000000000000..871fa5969d1f --- /dev/null +++ b/devel/automake14/files/patch-m4-Makefile.in @@ -0,0 +1,11 @@ +--- m4/Makefile.in.orig Sun Jul 15 13:23:30 2001 ++++ m4/Makefile.in Sun Oct 13 08:42:46 2002 +@@ -65,7 +65,7 @@ + + MAINT_CHARSET = latin1 + +-m4datadir = $(datadir)/aclocal ++m4datadir = $(datadir)/aclocal14 + m4data_DATA = ccstdc.m4 cond.m4 dmalloc.m4 error.m4 header.m4 init.m4 lex.m4 lispdir.m4 maintainer.m4 missing.m4 mktime.m4 multi.m4 obstack.m4 protos.m4 ptrdiff.m4 regex.m4 sanity.m4 strtod.m4 termios.m4 winsz.m4 + + |