diff options
Diffstat (limited to 'net/ntp-devel/files/patch-Makefile.in')
-rw-r--r-- | net/ntp-devel/files/patch-Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/ntp-devel/files/patch-Makefile.in b/net/ntp-devel/files/patch-Makefile.in deleted file mode 100644 index 1036f7a20739..000000000000 --- a/net/ntp-devel/files/patch-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.in.orig 2014-09-05 12:45:49.000000000 -0700 -+++ Makefile.in 2014-09-05 13:03:53.000000000 -0700 -@@ -1095,7 +1095,8 @@ - - install-data-local: - ( cd $(srcdir) && find html -name SCCS -prune -o -type f \ -- -exec $(INSTALL_DATA) -C -D {} $(DESTDIR)$(htmldir)/{} ";" ) -+ -exec $(INSTALL_DATA) -d -C -m 755 `dirname $(DESTDIR)$(htmldir)/{}` ";" \ -+ -exec $(INSTALL_DATA) -C {} $(DESTDIR)$(htmldir)/{} ";" ) - - uninstall-local: - rm -rf $(DESTDIR)$(htmldir)/html |