aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pccts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pccts/Makefile')
-rw-r--r--devel/pccts/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/pccts/Makefile b/devel/pccts/Makefile
index 24127e960ff8..845bd5ea4174 100644
--- a/devel/pccts/Makefile
+++ b/devel/pccts/Makefile
@@ -7,12 +7,12 @@
#
PORTNAME= pccts
-PORTVERSION= 1.33.22
+PORTVERSION= 1.33.25
CATEGORIES= devel
MASTER_SITES= http://www.polhode.com/
DISTNAME= pccts133mr
-MAINTAINER= obrien@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
USE_ZIP= yes
WRKSRC= ${WRKDIR}/pccts
@@ -32,10 +32,10 @@ do-install:
.for file in ast charptr
@ ${INSTALL_DATA} ${WRKSRC}/h/${file}.c ${PREFIX}/include/pccts/${file}.c
.endfor
-.for file in AParser ASTBase ATokPtr ATokenBuffer DLexer DLexerBase PCCTSAST slist
+.for file in AParser ASTBase ATokenBuffer BufFileInput DLexerBase PCCTSAST slist
@ ${INSTALL_DATA} ${WRKSRC}/h/${file}.cpp ${PREFIX}/include/pccts/${file}.cpp
.endfor
-.for file in AParser ASTBase ATokPtr AToken ATokenBuffer ATokenStream DLexerBase PBlackBox PCCTSAST SList antlr ast charbuf charptr config dlgauto dlgdef err int pcctscfg pccts_assert pccts_setjmp pccts_stdarg pccts_stdio pccts_stdlib pccts_string pccts_iostream pccts_istream
+.for file in AParser ASTBase ATokPtr ATokPtrImpl AToken ATokenBuffer ATokenStream BufFileInput DLG_stream_input DLexer DLexerBase PBlackBox PCCTSAST SList antlr ast charbuf charptr config dlgauto dlgdef err int pccts_assert pccts_iostream pccts_istream pccts_setjmp pccts_stdarg pccts_stdio pccts_stdlib pccts_string pcctscfg
@ ${INSTALL_DATA} ${WRKSRC}/h/${file}.h ${PREFIX}/include/pccts/${file}.h
.endfor
@ ${MKDIR} ${PREFIX}/share/examples/pccts