1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/cad/pisces/files/patch-bh
Ade Lovett 51e78bed9c Add PISCES, a two-dimensional device simulator which includes
models for surface mobility, impact ionization and photo-generation.
Quasi-three-dimensional simulation of cylindrically-symmetric devices is
also supported.

PR:		14686
Submitted by:	Gianlorenzo Masini <masini@uniroma3.it>
2000-05-03 14:59:53 +00:00

20 lines
734 B
Plaintext

*** library/plotcap/9016/plotcap/Imakefile.orig Wed Nov 3 12:36:26 1999
--- library/plotcap/9016/plotcap/Imakefile Wed Nov 3 12:36:50 1999
***************
*** 22,28 ****
InstallFile(plotcap,$(PLOTCAP).std)
InstallNewFile(plotcap.def,$(PLOTCAP))
! DependsOn(plotcap.def,Makefile)
EchoInto('# Date:',plotcap.def)
EchoAppend('# LOCAL DEFINITIONS, edit this not $(PLOTCAPDIR)/plotcap.std',plotcap.def)
EchoAppend(' ', plotcap.def)
--- 22,28 ----
InstallFile(plotcap,$(PLOTCAP).std)
InstallNewFile(plotcap.def,$(PLOTCAP))
! DependsOn(plotcap.def,emptyrule)
EchoInto('# Date:',plotcap.def)
EchoAppend('# LOCAL DEFINITIONS, edit this not $(PLOTCAPDIR)/plotcap.std',plotcap.def)
EchoAppend(' ', plotcap.def)