Bug 38167 - little change in treecc
Summary: little change in treecc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-17 07:10 UTC by Michael Johnson
Modified: 2002-05-18 07:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!