aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gawk
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2013-05-16 03:28:50 +0800
committerjohans <johans@FreeBSD.org>2013-05-16 03:28:50 +0800
commit9516d81833c6935bc5f02844880fb712197a2195 (patch)
treef09b71f2474b451cb1dd8142465c1bf4b0d5b5d9 /lang/gawk
parent42ca53d04899c6b7092d48bcd88abb21b4d7492a (diff)
downloadfreebsd-ports-gnome-9516d81833c6935bc5f02844880fb712197a2195.tar.gz
freebsd-ports-gnome-9516d81833c6935bc5f02844880fb712197a2195.tar.zst
freebsd-ports-gnome-9516d81833c6935bc5f02844880fb712197a2195.zip
Add updated patch file, forgotten in previous commit
PR: ports/178669 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
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; \