summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng/files/patch-Makefile.in
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2014-10-23 06:12:45 +0000
committerCy Schubert <cy@FreeBSD.org>2014-10-23 06:12:45 +0000
commit9a3084cd38a1bec926eade0b206d44c2be2f7eee (patch)
tree1b77369535d6c3fbdb8ee4bdc0aa778f1ae9aad4 /sysutils/syslog-ng/files/patch-Makefile.in
parentUpdate to 2014i: (diff)
Move sysutils/syslog-ng (3.5.6) to syslog-ng35 in preparation for the new
syslog-ng 3.6.1 which will become sysutils/syslog-ng.
Notes
Notes: svn path=/head/; revision=371374
Diffstat (limited to 'sysutils/syslog-ng/files/patch-Makefile.in')
-rw-r--r--sysutils/syslog-ng/files/patch-Makefile.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/syslog-ng/files/patch-Makefile.in b/sysutils/syslog-ng/files/patch-Makefile.in
deleted file mode 100644
index 90e69ae9deaa..000000000000
--- a/sysutils/syslog-ng/files/patch-Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig 2014-08-01 19:27:14.584284459 -0700
-+++ Makefile.in 2014-08-01 19:33:44.036046297 -0700
-@@ -3280,8 +3280,8 @@
- for p in $$list; do \
- if test -f $$p; then \
- $(am__strip_dir) \
-- echo " ( cd '$(DESTDIR)$(libtestdir)' && $(RANLIB) $$f )"; \
-- ( cd "$(DESTDIR)$(libtestdir)" && $(RANLIB) $$f ) || exit $$?; \
-+ echo " ( cd '$(DESTDIR)$(libtestdir)' && chmod u+w $$f && $(RANLIB) $$f )"; \
-+ ( cd "$(DESTDIR)$(libtestdir)" && chmod u+w $$f && $(RANLIB) $$f ) || exit $$?; \
- else :; fi; \
- done
-