diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-10-29 20:03:12 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-10-29 20:03:12 +0000 |
commit | ebcd7c90cf07596665af85670cded07dee95ca32 (patch) | |
tree | da65a70bba6ae559ff59ffacc4c3c7c26be12f19 /sysutils/syslog-ng/files | |
parent | Allow staging as a regular user (diff) |
The problem the ranlib patch addressed has since been resolved. Remove it.
PR: 193136
Notes
Notes:
svn path=/head/; revision=371702
Diffstat (limited to 'sysutils/syslog-ng/files')
-rw-r--r-- | sysutils/syslog-ng/files/patch-Makefile.in | 13 |
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 1609bfd8ce41..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)' && $(RANLIB) $$p )"; \ -+ ( cd "$(DESTDIR)$(libtestdir)" && $(RANLIB) $$p ) || exit $$?; \ - else :; fi; \ - done - |