diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-06-29 04:16:04 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-06-29 04:16:04 +0000 |
commit | 6d251a43eaddd53e507e52569aa1cbef515f51b9 (patch) | |
tree | 2b84a2d9a25d4171e6deb4a177a2de30e38900cb /devel/automake19/files/patch-m4-Makefile.in | |
parent | Use the cosmetic BUILD_VERSION variable (a la libtool), switch portnames (diff) |
Put the crack pipe away, and force this !*&@&%^! to
use a sensible versioning scheme like the other automake ports.
PORTREVISION bump owing to pointy hat sitting on aDe's head.
Notes
Notes:
svn path=/head/; revision=83801
Diffstat (limited to 'devel/automake19/files/patch-m4-Makefile.in')
-rw-r--r-- | devel/automake19/files/patch-m4-Makefile.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/automake19/files/patch-m4-Makefile.in b/devel/automake19/files/patch-m4-Makefile.in new file mode 100644 index 000000000000..4c336333e5e1 --- /dev/null +++ b/devel/automake19/files/patch-m4-Makefile.in @@ -0,0 +1,19 @@ +--- m4/Makefile.in.orig Wed Oct 16 20:14:23 2002 ++++ m4/Makefile.in Thu Feb 13 13:14:39 2003 +@@ -38,6 +38,7 @@ + ACLOCAL = @ACLOCAL@ + AMTAR = @AMTAR@ + APIVERSION = @APIVERSION@ ++APIPVERSION = @APIPVERSION@ + AUTOCONF = @AUTOCONF@ + AUTOHEADER = @AUTOHEADER@ + AUTOMAKE = @AUTOMAKE@ +@@ -92,7 +93,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + +-m4datadir = $(datadir)/aclocal-$(APIVERSION) ++m4datadir = $(datadir)/aclocal$(APIPVERSION) + + dist_m4data_DATA = \ + as.m4 \ |