summaryrefslogtreecommitdiff
path: root/net/ntp-devel/files/patch-Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'net/ntp-devel/files/patch-Makefile.am')
-rw-r--r--net/ntp-devel/files/patch-Makefile.am12
1 files changed, 0 insertions, 12 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