mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b0a1283da3
PR: 13596 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
24 lines
832 B
Plaintext
24 lines
832 B
Plaintext
*** Imakefile.orig Tue Jun 15 04:18:03 1999
|
|
--- Imakefile Tue Sep 7 01:11:09 1999
|
|
***************
|
|
*** 31,39 ****
|
|
# Change the following as desired to suit your environment:
|
|
#------------------------------------------------------------------------
|
|
#
|
|
! PREFIX = /usr/local
|
|
# 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,39 ----
|
|
# Change the following as desired to suit your environment:
|
|
#------------------------------------------------------------------------
|
|
#
|
|
! PREFIX ?= /usr/local
|
|
# 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
|
|
|