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

14 lines
314 B
Plaintext

--- testcpp/6/makefile2 Wed Oct 4 02:40:02 1995
+++ /home/andy/tmp/wrk/testcpp/6/makefile2 Sun Jul 4 16:01:45 1999
@@ -14,8 +14,8 @@
ERR = B/err
HDR_FILE =
SCAN = B/BLexer
-PCCTS = ../..
-A_H = $(PCCTS)/h
+PCCTS = ${PREFIX}
+A_H = $(PCCTS)/include/pccts
BIN = $(PCCTS)/bin
A = $(BIN)/antlr
D = $(BIN)/dlg