summaryrefslogtreecommitdiff
path: root/textproc/libtre/files/patch-src+Makefile.in
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-08-07 03:59:37 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-08-07 03:59:37 +0000
commit45fe5d8fce9d82ed5551c6ae712f59133d468f97 (patch)
tree3fcc6b520e627dd145e56c6c62b1227f5392222c /textproc/libtre/files/patch-src+Makefile.in
parentUpdate to 0.3.3. (diff)
- Resolve the textproc/agrep conflict
- Add regression-test target - Pass maintainership to submitter PR: ports/126278 Submitted by: bf <bf2006a@yahoo.com>
Notes
Notes: svn path=/head/; revision=218171
Diffstat (limited to 'textproc/libtre/files/patch-src+Makefile.in')
-rw-r--r--textproc/libtre/files/patch-src+Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/libtre/files/patch-src+Makefile.in b/textproc/libtre/files/patch-src+Makefile.in
new file mode 100644
index 000000000000..49e4e7a7e5ce
--- /dev/null
+++ b/textproc/libtre/files/patch-src+Makefile.in
@@ -0,0 +1,20 @@
+--- src/Makefile.in.orig 2008-08-05 09:49:07.117143030 -0400
++++ src/Makefile.in 2008-08-05 09:50:16.548210107 -0400
+@@ -37,7 +37,7 @@
+ build_triplet = @build@
+ host_triplet = @host@
+ target_triplet = @target@
+-@TRE_AGREP_TRUE@bin_PROGRAMS = agrep$(EXEEXT)
++@TRE_AGREP_TRUE@bin_PROGRAMS = tre_agrep$(EXEEXT)
+ subdir = src
+ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+@@ -281,7 +281,7 @@
+ echo " rm -f $$p $$f"; \
+ rm -f $$p $$f ; \
+ done
+-agrep$(EXEEXT): $(agrep_OBJECTS) $(agrep_DEPENDENCIES)
++tre_agrep$(EXEEXT): $(agrep_OBJECTS) $(agrep_DEPENDENCIES)
+ @rm -f agrep$(EXEEXT)
+ $(LINK) $(agrep_LDFLAGS) $(agrep_OBJECTS) $(agrep_LDADD) $(LIBS)
+