mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
7e7c29d9bd
by X11R6. Also portlin clean and separate patches out so there is one file per patch. PR: 6411 Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>
21 lines
731 B
Plaintext
21 lines
731 B
Plaintext
diff -rc ../old/xview3.2p1-X11R6/config/Imakefile Imakefile
|
|
*** ../old/xview3.2p1-X11R6/config/Imakefile Tue Jun 29 01:13:19 1993
|
|
--- Imakefile Sun Nov 20 13:38:58 1994
|
|
***************
|
|
*** 8,14 ****
|
|
/**/# config directory
|
|
/**/# @(#)Imakefile 1.9 28 Jun 1993 SMI
|
|
|
|
! XVFILES = XView.cf XView.lib XView.obj XView.rules XView.tmpl library.tmpl
|
|
CFFILES = $(XVFILES) $(HEADERS)
|
|
|
|
InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))
|
|
--- 8,14 ----
|
|
/**/# config directory
|
|
/**/# @(#)Imakefile 1.9 28 Jun 1993 SMI
|
|
|
|
! XVFILES = XView.cf XView.lib XView.obj XView.rules XView.tmpl XView.prog
|
|
CFFILES = $(XVFILES) $(HEADERS)
|
|
|
|
InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))
|