summaryrefslogtreecommitdiff
path: root/lang/treecc
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-05-18 06:44:50 +0000
committerPatrick Li <pat@FreeBSD.org>2002-05-18 06:44:50 +0000
commitfb27fd57e121b0858b238c9bb63d3f483c74bf1f (patch)
tree788e3039e41c3f0310fd2e38b1448150ed6351cc /lang/treecc
parentUpdate to 0.43 (diff)
Dont compile tests and examples since they dont get installed anyways.
PR: 38167 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=59409
Diffstat (limited to 'lang/treecc')
-rw-r--r--lang/treecc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/treecc/Makefile b/lang/treecc/Makefile
index 6a046bc9c853..a69482ef08c9 100644
--- a/lang/treecc/Makefile
+++ b/lang/treecc/Makefile
@@ -19,6 +19,10 @@ USE_AUTOMAKE= yes
USE_BISON= yes
MAN1= treecc.1
+pre-patch:
+ @${PERL} -pi -e 's|etc doc tests examples|etc doc|g ;' \
+ ${WRKSRC}/Makefile.*
+
post-install:
@${LN} -sf treecc ${PREFIX}/bin/${DISTNAME}