mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
cf8401a068
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. <:)
19 lines
617 B
Plaintext
19 lines
617 B
Plaintext
*** ../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
|