diff options
author | Cy Schubert <cy@FreeBSD.org> | 2014-10-23 06:14:48 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2014-10-23 06:14:48 +0000 |
commit | 915dc6c9915707ae220621369dceae742a7f263a (patch) | |
tree | 557c167f096f37dcd35ce1071d9c65a3cff91706 /sysutils/syslog-ng/files/patch-Makefile.in | |
parent | Move sysutils/syslog-ng (3.5.6) to syslog-ng35 in preparation for the new (diff) |
Introduce the new syslog-ng 3.6 series with 3.6.1.
Submitted by: Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
Notes
Notes:
svn path=/head/; revision=371375
Diffstat (limited to 'sysutils/syslog-ng/files/patch-Makefile.in')
-rw-r--r-- | sysutils/syslog-ng/files/patch-Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/syslog-ng/files/patch-Makefile.in b/sysutils/syslog-ng/files/patch-Makefile.in new file mode 100644 index 000000000000..1609bfd8ce41 --- /dev/null +++ b/sysutils/syslog-ng/files/patch-Makefile.in @@ -0,0 +1,13 @@ +--- 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 + |