summaryrefslogtreecommitdiff
path: root/lang/gawk/files/patch-Makefile
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-06-09 02:30:34 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-06-09 02:30:34 +0000
commit76c38efeb9020b8b33adffe88d82bfbf2e8f261f (patch)
tree9ad5f2029e85809488f1bbe5ac4dfeb7c6217534 /lang/gawk/files/patch-Makefile
parentFreeBSD'ize the XFree86 v4 server configuration programs. (diff)
Update to 3.1.1.
PR: 38712 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'lang/gawk/files/patch-Makefile')
-rw-r--r--lang/gawk/files/patch-Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/gawk/files/patch-Makefile b/lang/gawk/files/patch-Makefile
index cbc3d75a6b64..5f239c972b88 100644
--- a/lang/gawk/files/patch-Makefile
+++ b/lang/gawk/files/patch-Makefile
@@ -1,9 +1,9 @@
---- Makefile.in~ Wed Aug 1 15:12:53 2001
-+++ Makefile.in Wed Aug 1 15:13:00 2001
-@@ -755,7 +755,7 @@
- (fullname=gawk-`./gawk --version | sed 1q | awk '{print $$3}'` ; \
+--- Makefile.in.orig Mon Apr 29 23:36:46 2002
++++ Makefile.in Mon May 20 21:04:00 2002
+@@ -761,7 +761,7 @@
cd $(DESTDIR)$(bindir); \
$(LN) gawk $$fullname ; \
+ $(LN) pgawk p$$fullname ; \
- if [ ! -f awk ]; \
+ if ! /usr/bin/which -s awk; \
then $(LN_S) gawk awk; \