summaryrefslogtreecommitdiff
path: root/japanese/gawk/files/patch-Makefile.in
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 22:14:07 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 22:14:07 +0000
commitf9d86cf02fe33bf6a8478d6bdcb7706d5cb877db (patch)
tree5d781dec4969d87592bb624042524bed70a0ed2d /japanese/gawk/files/patch-Makefile.in
parent- Update to 2.0.28 (diff)
Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify.
Diffstat (limited to 'japanese/gawk/files/patch-Makefile.in')
-rw-r--r--japanese/gawk/files/patch-Makefile.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/japanese/gawk/files/patch-Makefile.in b/japanese/gawk/files/patch-Makefile.in
new file mode 100644
index 000000000000..45cb43c5d494
--- /dev/null
+++ b/japanese/gawk/files/patch-Makefile.in
@@ -0,0 +1,19 @@
+--- Makefile.in.orig Mon Jul 16 20:42:58 2001
++++ Makefile.in Mon Jul 16 20:48:25 2001
+@@ -194,14 +194,8 @@
+ mbc.o: Makefile
+
+ install: gawk info installdirs
+- -rm -f $(bindir)/gawk
+- fullname=gawk-$(REL).`./gawk '{print $$3}' $(srcdir)/patchlevel.h`+mb$(MBREL) ; \
+- $(INSTALL_PROGRAM) gawk $(bindir)/$$fullname ; \
+- (cd $(bindir); $(LN) $$fullname gawk)
+- (cd $(bindir); \
+- if [ ! -f awk ]; \
+- then $(LN_S) gawk awk; \
+- fi; exit 0)
++ $(INSTALL_PROGRAM) gawk \
++ $(bindir)/$(binprefix)gawk$(exec_suffix)
+ cd doc && $(MAKE) install
+ cd awklib && $(MAKE) install
+