mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
port update, lang/treecc 1.8 -> 2.4
I will be sending a patch for pnet shortly. PR: ports/51116 Submitted by: Mike <ahze@rgv.net>
This commit is contained in:
parent
f003346de3
commit
310c3775e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79196
@ -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}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (treecc-0.1.8.tar.gz) = 6e8fbd6999632f5a717c936b95561b33
|
||||
MD5 (treecc-0.2.4.tar.gz) = 1c43d228724c286e4991abc13b59e6f6
|
||||
|
@ -1,13 +1,9 @@
|
||||
@comment $FreeBSD$
|
||||
bin/treecc
|
||||
bin/treecc-0.1.8
|
||||
bin/treecc-0.2.4
|
||||
@unexec install-info --delete %D/info/treecc.info %D/info/dir
|
||||
info/treecc.info
|
||||
info/treecc.info-1
|
||||
info/treecc.info-2
|
||||
@exec install-info %D/info/treecc.info %D/info/dir
|
||||
share/treecc/cpp_skel.cc
|
||||
share/treecc/cpp_skel.h
|
||||
share/treecc/c_skel.c
|
||||
share/treecc/c_skel.h
|
||||
@dirrm share/treecc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user