1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/devel/pccts/files/patch-al

22 lines
468 B
Plaintext
Raw Normal View History

*** testcpp/8/makefile Sat Sep 23 23:50:56 1995
--- /home/andy/tmp/wrk/testcpp/8/makefile Tue Jun 24 05:55:23 1997
***************
*** 16,23 ****
ERR = err
HDR_FILE =
SCAN = DLGLexer
! PCCTS = ../..
! ANTLR_H = $(PCCTS)/h
BIN = $(PCCTS)/bin
ANTLR = $(BIN)/antlr
DLG = $(BIN)/dlg
--- 16,23 ----
ERR = err
HDR_FILE =
SCAN = DLGLexer
! PCCTS = /usr/local
! ANTLR_H = $(PCCTS)/include/pccts
BIN = $(PCCTS)/bin
ANTLR = $(BIN)/antlr
DLG = $(BIN)/dlg