mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a2068b816a
/usr/local PR: 13090 Submitted by: maintainer
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
--- testcpp/13/makefile Wed Mar 25 20:31:50 1998
|
|
+++ /home/andy/tmp/wrk/testcpp/13/makefile Sun Jul 4 15:52:31 1999
|
|
@@ -16,8 +16,8 @@
|
|
ERR = err
|
|
HDR_FILE =
|
|
SCAN = DLGLexer
|
|
-PCCTS = ../..
|
|
-ANTLR_H = $(PCCTS)/h
|
|
+PCCTS = ${PREFIX}
|
|
+ANTLR_H = $(PCCTS)/include/pccts
|
|
BIN = $(PCCTS)/bin
|
|
ANTLR = $(BIN)/antlr
|
|
DLG = $(BIN)/dlg
|