ports/sysutils/syslog-ng/files/patch-Makefile.in
Cy Schubert 51ff2f849b Update syslog-ng 3.5.4.1 --> 3.5.5
Update syslog-ng-incubator 0.3.2 --> 0.3.3
2014-08-02 04:23:11 +00:00

13 lines
510 B
Text

--- 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