diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-12 18:22:56 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-12 18:22:56 +0000 |
commit | a2068b816aea6f556e95dcf1524509ff721f79a3 (patch) | |
tree | 529a2f303f844d064db9c4bae57fe6ffcf9dbfb6 /devel/pccts/files/patch-aj | |
parent | Upgrade to 1.1.8. (diff) |
Update to 1.33.20 and make the patches use ${PREFIX} rather than
/usr/local
PR: 13090
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | devel/pccts/files/patch-aj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pccts/files/patch-aj b/devel/pccts/files/patch-aj index 610c1c4f1e3d..13f959be1eb4 100644 --- a/devel/pccts/files/patch-aj +++ b/devel/pccts/files/patch-aj @@ -6,7 +6,7 @@ SCAN = B/BLexer -PCCTS = ../.. -A_H = $(PCCTS)/h -+PCCTS = /usr/local ++PCCTS = ${PREFIX} +A_H = $(PCCTS)/include/pccts BIN = $(PCCTS)/bin A = $(BIN)/antlr |