1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/pccts/files/patch-ad
Chris Piazza f817e9bf2b Update to PCCTS 1.33 Maintenance Release #19.
PR:		12505
Submitted by:	maintainer
1999-07-05 02:42:32 +00:00

14 lines
324 B
Plaintext

--- testcpp/1/makefile Wed Mar 25 19:56:40 1998
+++ /home/andy/tmp/wrk/testcpp/1/makefile Sun Jul 4 15:34:32 1999
@@ -16,8 +16,8 @@
ERR = err
HDR_FILE =
SCAN = DLGLexer
-PCCTS = ../..
-ANTLR_H = $(PCCTS)/h
+PCCTS = /usr/local
+ANTLR_H = $(PCCTS)/include/pccts
BIN = $(PCCTS)/bin
ANTLR = $(BIN)/antlr
DLG = $(BIN)/dlg