diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-25 17:27:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-25 17:27:27 +0000 |
commit | b0a1283da3ebd8f76b6ccd3946b2de98b9234e7a (patch) | |
tree | 81cf0ced77ebebad82b9ab4fc71ab09ab6677a22 /cad/xcircuit/files/patch-aa | |
parent | dd836828e53754b83e675b1f10d5e9443da811cb (diff) | |
download | ports-b0a1283da3ebd8f76b6ccd3946b2de98b9234e7a.tar.gz ports-b0a1283da3ebd8f76b6ccd3946b2de98b9234e7a.zip |
Notes
Diffstat (limited to 'cad/xcircuit/files/patch-aa')
-rw-r--r-- | cad/xcircuit/files/patch-aa | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/cad/xcircuit/files/patch-aa b/cad/xcircuit/files/patch-aa index 3bc7bbf96ca1..5852ac957805 100644 --- a/cad/xcircuit/files/patch-aa +++ b/cad/xcircuit/files/patch-aa @@ -1,19 +1,23 @@ -*** Imakefile.orig Thu Mar 12 12:22:41 1998 ---- Imakefile Sun May 17 15:52:05 1998 +*** Imakefile.orig Tue Jun 15 04:18:03 1999 +--- Imakefile Tue Sep 7 01:11:09 1999 *************** -*** 31,37 **** +*** 31,39 **** # Change the following as desired to suit your environment: #------------------------------------------------------------------------ # ! PREFIX = /usr/local - XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a10/psfiles +! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit-2.0 XCIRCUIT_BIN_DIR = $(PREFIX)/bin XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 ---- 31,37 ---- + +--- 31,39 ---- # Change the following as desired to suit your environment: #------------------------------------------------------------------------ # ! PREFIX ?= /usr/local - XCIRCUIT_LIB_DIR = $(PREFIX)/lib/xcircuit + # XCIRCUIT_LIB_DIR = $(PREFIX)/src/xcircuit-2.0a10/psfiles +! XCIRCUIT_LIB_DIR = $(PREFIX)/lib/X11/xcircuit XCIRCUIT_BIN_DIR = $(PREFIX)/bin XCIRCUIT_MAN_DIR = $(PREFIX)/man/man1 + |