freebsd-ports/math/grace/files/patch-ac
Lars Koeller bd8adda26b o) Update to 5.1.9
PR:		ports/41591
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
2002-08-26 08:41:55 +00:00

11 lines
454 B
Text

--- examples/Makefile.orig Sat Jun 22 12:40:21 2002
+++ examples/Makefile Mon Aug 12 01:59:44 2002
@@ -33,7 +33,7 @@
install : $(EXAMPLES) $(DOTEST)
$(MKINSTALLDIRS) $(DESTDIR)$(GRACE_HOME)/examples
for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(DESTDIR)$(GRACE_HOME)/examples; done
- $(INSTALL_PROGRAM) $(DOTEST) $(DESTDIR)$(GRACE_HOME)/examples/$(DOTEST)
+ $(INSTALL_SCRIPT) $(DOTEST) $(DESTDIR)$(GRACE_HOME)/examples/$(DOTEST)
links : dummy