1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/cad/xcircuit/files/patch-aa
Matthew Hunt f63bf9a5b8 Import of xcircuit, an X11 drawing program intended for drawing
circuit schematics.

PR:		6671
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
1998-05-18 04:20:25 +00:00

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