Bug 38167

Summary: little change in treecc
Product: Ports & Packages Reporter: Michael Johnson <ahze>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Michael Johnson 2002-05-17 07:10:02 UTC
dir's tests and examples don't get installed, so no need in compileing them.

How-To-Repeat: diff -ruN lang/treecc.orig/Makefile lang/treecc/Makefile
--- lang/treecc.orig/Makefile	Thu May 16 22:18:47 2002
+++ lang/treecc/Makefile	Fri May 17 02:04:49 2002
@@ -19,6 +19,10 @@
 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}
Comment 1 Patrick Li freebsd_committer freebsd_triage 2002-05-18 07:44:53 UTC
State Changed
From-To: open->closed

Committed, Thanks!