diff options
author | johans <johans@FreeBSD.org> | 2015-05-01 16:47:48 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-05-01 16:47:48 +0800 |
commit | c946c4a64f6deedb2f9f441c8e8d5064955863f3 (patch) | |
tree | 834b66cf236c337ffddab2d689b81c2351baa9e0 /lang/gawk/files | |
parent | ab6a77ec79d5ea82e079963b122568db1893629b (diff) | |
download | freebsd-ports-gnome-c946c4a64f6deedb2f9f441c8e8d5064955863f3.tar.gz freebsd-ports-gnome-c946c4a64f6deedb2f9f441c8e8d5064955863f3.tar.zst freebsd-ports-gnome-c946c4a64f6deedb2f9f441c8e8d5064955863f3.zip |
Completely redo the update to 4.1.2.
Apologies for breaking it earlier.
Diffstat (limited to 'lang/gawk/files')
-rw-r--r-- | lang/gawk/files/patch-extension_Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lang/gawk/files/patch-extension_Makefile.in b/lang/gawk/files/patch-extension_Makefile.in deleted file mode 100644 index a86458d7f03c..000000000000 --- a/lang/gawk/files/patch-extension_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- extension/Makefile.in.orig 2014-04-08 18:13:03.000000000 +0200 -+++ extension/Makefile.in 2014-04-21 14:26:04.000000000 +0200 -@@ -1230,9 +1230,6 @@ uninstall-man: uninstall-man3 - - - install-data-hook: -- for i in $(pkgextension_LTLIBRARIES) ; do \ -- $(RM) $(pkgextensiondir)/$$i ; \ -- done - - # Keep the uninstall check working: - uninstall-so: |