diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 05:57:41 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 05:57:41 +0000 |
commit | 310c3775e717b878b710f3b5a6b0b60156706728 (patch) | |
tree | 1143b61f0853a3a21fea25ecd93f52ed23a778c3 /lang/treecc/Makefile | |
parent | f003346de3c9892217b77611ae75544938544749 (diff) | |
download | ports-310c3775e717b878b710f3b5a6b0b60156706728.tar.gz ports-310c3775e717b878b710f3b5a6b0b60156706728.zip |
Notes
Diffstat (limited to 'lang/treecc/Makefile')
-rw-r--r-- | lang/treecc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/treecc/Makefile b/lang/treecc/Makefile index 1f8953949345..1d9276899553 100644 --- a/lang/treecc/Makefile +++ b/lang/treecc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= treecc -PORTVERSION= 0.1.8 +PORTVERSION= 0.2.4 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ @@ -15,13 +15,9 @@ COMMENT= Treecc program is designed to assist in the development of compilers GNU_CONFIGURE= yes USE_REINPLACE= yes -USE_AUTOMAKE= yes +USE_GMAKE= yes MAN1= treecc.1 -pre-patch: - @${REINPLACE_CMD} -e 's|etc doc tests examples|etc doc|g' \ - ${WRKSRC}/Makefile.* - post-install: @${LN} -sf treecc ${PREFIX}/bin/${DISTNAME} |