freebsd-ports/math/xmgr/files/patch-ac
Thomas Gellekum cf8401a068 Save xmgr history part the last. Back to the first import of the
xmgr-4.1.1 port. The maintainer changed with Andreas' consent.

I'll remove print/xmgr in a couple of days when I'm sure there's
no other breakage. <:)
1998-04-30 08:52:23 +00:00

18 lines
617 B
Text

*** ../xmgr-4.1.1/auxiliary/Makefile Sun Jan 18 19:12:42 1998
--- ./auxiliary/Makefile Sun Jan 18 19:13:16 1998
***************
*** 22,28 ****
install : $(AUXILIARIES) fdf2fit
$(MKINSTALLDIRS) $(GR_HOME)/auxiliary
for i in $(AUXILIARIES); do $(INSTALL_DATA) $$i $(GR_HOME)/auxiliary; done
! $(INSTALL_PROGRAM) fdf2fit $(GR_HOME)/auxiliary
tests : dummy
--- 22,28 ----
install : $(AUXILIARIES) fdf2fit
$(MKINSTALLDIRS) $(GR_HOME)/auxiliary
for i in $(AUXILIARIES); do $(INSTALL_DATA) $$i $(GR_HOME)/auxiliary; done
! install -c -o bin -g bin -m 555 fdf2fit $(GR_HOME)/auxiliary
tests : dummy