freebsd-ports/math/scilab/files/patch-ba
Yen-Ming Lee 223de69475 upgrate to scilab 2.7
PR:		50219 and 50221
Submitted by:	Jean-Sebastien Roy <js@jeannot.org>
2003-04-04 04:58:31 +00:00

11 lines
470 B
Text

--- Makefile.in Fri Feb 7 13:53:28 2003
+++ Makefile.in.new Sat Feb 15 14:02:38 2003
@@ -179,7 +179,7 @@
@STRIP@ $(SCIDIR)/bin/scilex; \
(cd tests; make distclean); \
(cd examples; make distclean); \
- (cd .. ; tar cf - $(BINDISTFILES) @PVMINST@ | (cd ${LIBPREFIX}; tar xf -)); \
+ (cd .. ; for file in $(BINDISTFILES) @PVMINST@; do tar cf - $${file} | (cd ${LIBPREFIX}; tar xf -); done); \
(cd ${LIBPREFIX}/$(SCIBASE); make); \
$(RM) .binary; \
fi