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 | |
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')
-rw-r--r-- | devel/automake14/files/patch-Makefile.in (renamed from devel/automake14/files/patch-ab) | 15 | ||||
-rw-r--r-- | devel/automake14/files/patch-aclocal.in (renamed from devel/automake14/files/patch-ad) | 2 | ||||
-rw-r--r-- | devel/automake14/files/patch-automake.texi (renamed from devel/automake14/files/patch-aa) | 0 | ||||
-rw-r--r-- | devel/automake14/files/patch-m4-Makefile.in | 11 |
4 files changed, 26 insertions, 2 deletions
diff --git a/devel/automake14/files/patch-ab b/devel/automake14/files/patch-Makefile.in index d573e2e3ec8d..449664acee7a 100644 --- a/devel/automake14/files/patch-ab +++ b/devel/automake14/files/patch-Makefile.in @@ -1,5 +1,18 @@ --- Makefile.in.orig Sun Jul 15 13:23:30 2001 -+++ Makefile.in Mon Mar 18 21:47:17 2002 ++++ Makefile.in Sun Oct 13 08:44:55 2002 +@@ -34,9 +34,9 @@ + + DESTDIR = + +-pkgdatadir = $(datadir)/@PACKAGE@ +-pkglibdir = $(libdir)/@PACKAGE@ +-pkgincludedir = $(includedir)/@PACKAGE@ ++pkgdatadir = $(datadir)/@PACKAGE@14 ++pkglibdir = $(libdir)/@PACKAGE@14 ++pkgincludedir = $(includedir)/@PACKAGE@14 + + top_builddir = . + @@ -69,7 +69,7 @@ SUBDIRS = . m4 tests diff --git a/devel/automake14/files/patch-ad b/devel/automake14/files/patch-aclocal.in index ddf7317ff655..34596cc08909 100644 --- a/devel/automake14/files/patch-ad +++ b/devel/automake14/files/patch-aclocal.in @@ -1,5 +1,5 @@ -$FreeBSD$ +$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 diff --git a/devel/automake14/files/patch-aa b/devel/automake14/files/patch-automake.texi index d6d5eb6a0656..d6d5eb6a0656 100644 --- a/devel/automake14/files/patch-aa +++ b/devel/automake14/files/patch-automake.texi 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 + + |