diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-18 04:20:25 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-18 04:20:25 +0000 |
commit | f63bf9a5b834f2a89d289c8eb68c6669d5558401 (patch) | |
tree | c4ad5768cd1123e311c606f9124eecb478eb5f57 /cad/xcircuit/files | |
parent | 2b0607943b92b5557376b77fdf47d733c782b743 (diff) |
Notes
Diffstat (limited to 'cad/xcircuit/files')
-rw-r--r-- | cad/xcircuit/files/patch-aa | 19 |
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 |