mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
f63bf9a5b8
circuit schematics. PR: 6671 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
20 lines
696 B
Plaintext
20 lines
696 B
Plaintext
*** 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
|