diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-03 05:30:51 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-04-03 05:30:51 +0000 |
commit | bb9c476eb6387426d25b3926cedad6f431d0a299 (patch) | |
tree | 93fd10174f4ea45d153baeaac04555d0a96ad344 /cad/vipec/files/patch-Makefile | |
parent | Upgrade port x11-toolkits/gevas to version 0.0.3 (diff) |
add vipec
ViPEC is a powerful tool for the analysis of high frequency, linear electrical networks
Notes
Notes:
svn path=/head/; revision=40787
Diffstat (limited to 'cad/vipec/files/patch-Makefile')
-rw-r--r-- | cad/vipec/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/vipec/files/patch-Makefile b/cad/vipec/files/patch-Makefile new file mode 100644 index 000000000000..4bdcc00c8310 --- /dev/null +++ b/cad/vipec/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Tue Apr 3 12:24:18 2001 ++++ Makefile Tue Apr 3 12:32:56 2001 +@@ -9,7 +9,7 @@ + SUBDIRS = src + SOURCEPATH = `pwd` + VERSION = 3.0.3 +-INSTALLDIR = /opt/vipec ++INSTALLDIR = ${PREFIX}/vipec + + export VERSION + |