freebsd-ports/devel/pccts/files/patch-al
Chris Piazza a2068b816a Update to 1.33.20 and make the patches use ${PREFIX} rather than
/usr/local

PR:		13090
Submitted by:	maintainer
1999-08-12 18:22:56 +00:00

13 lines
323 B
Text

--- 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