summaryrefslogtreecommitdiff
path: root/cad/xcircuit/files/patch-aa
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-05-18 04:20:25 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-05-18 04:20:25 +0000
commitf63bf9a5b834f2a89d289c8eb68c6669d5558401 (patch)
treec4ad5768cd1123e311c606f9124eecb478eb5f57 /cad/xcircuit/files/patch-aa
parentActivate frotz. (diff)
Import of xcircuit, an X11 drawing program intended for drawing
circuit schematics. PR: 6671 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes: svn path=/head/; revision=11041
Diffstat (limited to 'cad/xcircuit/files/patch-aa')
-rw-r--r--cad/xcircuit/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/cad/xcircuit/files/patch-aa b/cad/xcircuit/files/patch-aa
new file mode 100644
index 000000000000..3bc7bbf96ca1
--- /dev/null
+++ b/cad/xcircuit/files/patch-aa
@@ -0,0 +1,19 @@
+*** Imakefile.orig Thu Mar 12 12:22:41 1998
+--- Imakefile Sun May 17 15:52:05 1998
+***************
+*** 31,37 ****
+ # Change the following as desired to suit your environment:
+ #------------------------------------------------------------------------
+ #
+! PREFIX = /usr/local
+ XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit
+ XCIRCUIT_BIN_DIR = $(PREFIX)/bin
+ XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1
+--- 31,37 ----
+ # Change the following as desired to suit your environment:
+ #------------------------------------------------------------------------
+ #
+! PREFIX ?= /usr/local
+ XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit
+ XCIRCUIT_BIN_DIR = $(PREFIX)/bin
+ XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1