summaryrefslogtreecommitdiff
path: root/lang/gawk
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2013-05-15 19:28:50 +0000
committerJohan van Selst <johans@FreeBSD.org>2013-05-15 19:28:50 +0000
commita31c25c307d72a789bbb47710760ea23da8e7ac6 (patch)
treef09b71f2474b451cb1dd8142465c1bf4b0d5b5d9 /lang/gawk
parentUpdate to 2.6.3_01 (diff)
Add updated patch file, forgotten in previous commit
PR: ports/178669 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Notes
Notes: svn path=/head/; revision=318256
Diffstat (limited to 'lang/gawk')
-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 621456613bab..10e187313474 100644
--- a/lang/gawk/files/patch-Makefile
+++ b/lang/gawk/files/patch-Makefile
@@ -1,9 +1,9 @@
---- Makefile.in.orig 2011-07-01 16:58:19.000000000 +0200
-+++ Makefile.in 2011-07-01 16:58:47.000000000 +0200
-@@ -1014,7 +1014,7 @@ install-exec-hook:
+--- Makefile.in.orig 2013-05-09 14:59:40.000000000 +0200
++++ Makefile.in 2013-05-13 16:46:23.000000000 +0200
+@@ -1131,7 +1131,7 @@ uninstall-am: uninstall-binPROGRAMS unin
+ install-exec-hook:
(cd $(DESTDIR)$(bindir); \
$(LN) gawk$(EXEEXT) gawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \
- $(LN) pgawk$(EXEEXT) pgawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \
- if [ ! -f awk ]; \
+ if ! /usr/bin/which -s awk; \
then $(LN_S) gawk$(EXEEXT) awk; \