Bug 60411 - port update: treecc
Summary: port update: 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-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-20 04:10 UTC by Michael Johnson
Modified: 2003-12-20 12:14 UTC (History)
0 users

See Also:


Attachments
file.diff (778 bytes, patch)
2003-12-20 04:10 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2003-12-20 04:10:24 UTC
don't really need this anymore.
Comment 1 Michael Johnson 2003-12-20 04:16:16 UTC
WRONG patch! Sorry!

here is the right one.

diff -ruN lang/treecc.orig/Makefile lang/treecc/Makefile
--- lang/treecc.orig/Makefile	Fri Dec 19 23:04:55 2003
+++ lang/treecc/Makefile	Fri Dec 19 23:05:24 2003
@@ -18,9 +18,4 @@
  MAN1=		treecc.1
  INFO=		treecc

-PLIST_SUB=	PORTVERSION=${PORTVERSION}
-
-post-install:
-	@${LN} -sf treecc ${PREFIX}/bin/${DISTNAME}
-
  .include <bsd.port.mk>
diff -ruN lang/treecc.orig/pkg-plist lang/treecc/pkg-plist
--- lang/treecc.orig/pkg-plist	Fri Dec 19 22:15:26 2003
+++ lang/treecc/pkg-plist	Fri Dec 19 23:05:30 2003
@@ -1,3 +1,3 @@
  @comment $FreeBSD: ports/lang/treecc/pkg-plist,v 1.9 2003/11/03 
21:12:29 obraun Exp $
  bin/treecc
-bin/treecc-%%PORTVERSION%%
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2003-12-20 12:14:42 UTC
State Changed
From-To: open->closed

Committed, thanks!