Index: head/shells/bash/files/patch-Makefile.in =================================================================== --- head/shells/bash/files/patch-Makefile.in (nonexistent) +++ head/shells/bash/files/patch-Makefile.in (revision 493497) @@ -0,0 +1,12 @@ +--- Makefile.in.orig 2018-05-25 12:47:09 UTC ++++ Makefile.in +@@ -824,7 +824,9 @@ install: .made installdirs + infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ ) + -( cd $(DEFDIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) + -( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) ++.if !$(STATIC_LD:M-static) + -( cd $(LOADABLES_DIR) && $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) ++.endif + + install-strip: + $(MAKE) $(MFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ Property changes on: head/shells/bash/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property