1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/cad/electric/files/template-patch-prefix
SADA Kenji 9a91ada450 New port - Electric is a sophisticated electrical CAD system that can handle
many forms of circuit design.

PR:		ports/18380
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@linf.unb.br>
2000-07-30 07:10:53 +00:00

29 lines
1.4 KiB
Plaintext

This patch teaches it a little bit about hier(7)
--- src/include/config.h.ORIG Thu May 4 01:19:57 2000
+++ src/include/config.h Thu May 4 01:22:03 2000
@@ -110,15 +110,15 @@
# define ELECTRICLOG ".electric.log"
# define ELECTRICLOGSAVE ".electriclast.log"
# define OPTIONSFILE ".electricoptions.elib"
-# define LIBDIR "lib/"
+# define LIBDIR "PREFIX/share/electric/lib/"
# define SORTLOC "/usr/bin/sort"
-# define ESIMLOC "/usr/local/bin/esim"
-# define RSIMLOC "/usr/local/bin/rsim"
-# define PRESIMLOC "/usr/local/bin/presim"
-# define RNLLOC "/usr/local/bin/rnl"
-# define SPICELOC "/usr/local/bin/spice"
-# define FLATDRCLOC "/usr/local/bin/ffindshort"
-# define SFLATDRCLOC "/usr/local/bin/findshort"
+# define ESIMLOC "PREFIX/bin/esim"
+# define RSIMLOC "PREFIX/bin/rsim"
+# define PRESIMLOC "PREFIX/bin/presim"
+# define RNLLOC "PREFIX/bin/rnl"
+# define SPICELOC "PREFIX/bin/spice"
+# define FLATDRCLOC "PREFIX/bin/ffindshort"
+# define SFLATDRCLOC "PREFIX/bin/findshort"
# define HUGEINT 0x7FFFFFFF /* largest possible integer */
typedef long INTBIG; /* at least 32 bits, can hold address */
typedef short INTSML; /* at least 16 bits */