freebsd-ports/devel/automake110/files/patch-lib::Automake::Makefile.in
Ade Lovett d484c2a803 Fix one missed instance of pointing to the wrong location in generated
configuration files.

Submitted by:	Andrzej Tobola <A.Tobola@wilk.2a.pl>
2004-03-30 04:28:13 +00:00

10 lines
361 B
Text

--- lib/Automake/Makefile.in.orig Sun Mar 7 09:04:33 2004
+++ lib/Automake/Makefile.in Mon Mar 29 20:22:26 2004
@@ -70,2 +70,3 @@
APIVERSION = @APIVERSION@
+APIPVERSION = @APIPVERSION@
AUTOCONF = @AUTOCONF@
@@ -161,2 +162,3 @@
-e 's,[@]APIVERSION[@],$(APIVERSION),g' \
+ -e 's,[@]APIPVERSION[@],$(APIPVERSION),g' \
-e 's,[@]PACKAGE[@],$(PACKAGE),g' \