diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
commit | 38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch) | |
tree | abf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /sysutils/nut22/files/patch-data-html-Makefile.in | |
parent | - Fix build with GCRYPT option by taking out -Werror (diff) |
Remove non staged ports without pending PR from s*
Notes
Notes:
svn path=/head/; revision=366980
Diffstat (limited to 'sysutils/nut22/files/patch-data-html-Makefile.in')
-rw-r--r-- | sysutils/nut22/files/patch-data-html-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/nut22/files/patch-data-html-Makefile.in b/sysutils/nut22/files/patch-data-html-Makefile.in deleted file mode 100644 index da43f2a417c5..000000000000 --- a/sysutils/nut22/files/patch-data-html-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- data/html/Makefile.in.orig 2007-07-05 15:21:23.000000000 +0200 -+++ data/html/Makefile.in 2007-08-28 15:25:08.000000000 +0200 -@@ -285,7 +285,7 @@ - uninstall-info-am: - install-dist_htmlDATA: $(dist_html_DATA) - @$(NORMAL_INSTALL) -- test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)" -+ test -z "$(dist_html_DATA)" -o -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)" - @list='$(dist_html_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ -@@ -302,7 +302,7 @@ - done - install-nodist_htmlDATA: $(nodist_html_DATA) - @$(NORMAL_INSTALL) -- test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)" -+ test -z "$(nodist_html_DATA)" -o -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)" - @list='$(nodist_html_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ |