diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-09-08 15:33:05 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-09-08 15:33:05 +0000 |
commit | 9c42f384e384a6289f0a3472b5d07a45bb2e5152 (patch) | |
tree | 8c479bc6dfd2897409663956a2833b950aed32c7 /net/ntp-devel/files | |
parent | Unbreak by following to new github location. (diff) |
Update 4.2.7p471 --> 4.2.7p473
Notes
Notes:
svn path=/head/; revision=367637
Diffstat (limited to 'net/ntp-devel/files')
-rw-r--r-- | net/ntp-devel/files/patch-Makefile.am | 12 | ||||
-rw-r--r-- | net/ntp-devel/files/patch-Makefile.in | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/net/ntp-devel/files/patch-Makefile.am b/net/ntp-devel/files/patch-Makefile.am deleted file mode 100644 index c9aabf115c57..000000000000 --- a/net/ntp-devel/files/patch-Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.am.orig 2014-09-05 01:40:06.000000000 -0700 -+++ Makefile.am 2014-09-05 13:07:30.000000000 -0700 -@@ -113,7 +113,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 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 |