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
323 B
Plaintext
14 lines
323 B
Plaintext
--- testcpp/8/makefile Wed Mar 25 20:24:12 1998
|
|
+++ /home/andy/tmp/wrk/testcpp/8/makefile Sun Jul 4 15:51:13 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
|