freebsd-ports/japanese/gawk/files/patch-Makefile.in
Adam Weinberger f9d86cf02f Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify.
2014-07-28 22:14:07 +00:00

20 lines
572 B
Plaintext

--- 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