freebsd-ports/math/grace/files/patch-ac
Satoshi Taoka 121181f4e6 A powerful plotting tool (successor of xmgr)
PR:		ports/9222
Submitted by:	Lars Koeller lkoeller@cc.fh-lippe.de
1999-03-18 08:41:40 +00:00

19 lines
646 B
Text

*** examples/Makefile.orig Wed Dec 23 18:30:25 1998
--- examples/Makefile Wed Dec 23 18:31:38 1998
***************
*** 32,38 ****
install : $(EXAMPLES) $(DOTEST)
$(MKINSTALLDIRS) $(GRACE_HOME)/examples
for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GRACE_HOME)/examples; done
! $(INSTALL_PROGRAM) $(DOTEST) $(GRACE_HOME)/examples/$(DOTEST)
links : dummy
--- 32,38 ----
install : $(EXAMPLES) $(DOTEST)
$(MKINSTALLDIRS) $(GRACE_HOME)/examples
for i in $(EXAMPLES); do $(INSTALL_DATA) $$i $(GRACE_HOME)/examples; done
! $(INSTALL) -c -o root -g wheel -m 555 $(DOTEST) $(GRACE_HOME)/examples/$(DOTEST)
links : dummy