diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-11-03 21:12:29 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-11-03 21:12:29 +0000 |
commit | 0de0cffd6cca9c2d4d8bf1fc7bd5467ff8b6cfa3 (patch) | |
tree | 7f583a67593c327c7724d111fbda514566b76ca2 /lang | |
parent | 43233244caf09f1f86ed440aa1407e6f12dc1a6f (diff) | |
download | ports-0de0cffd6cca9c2d4d8bf1fc7bd5467ff8b6cfa3.tar.gz ports-0de0cffd6cca9c2d4d8bf1fc7bd5467ff8b6cfa3.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/treecc/Makefile | 8 | ||||
-rw-r--r-- | lang/treecc/distinfo | 2 | ||||
-rw-r--r-- | lang/treecc/pkg-plist | 3 |
3 files changed, 6 insertions, 7 deletions
diff --git a/lang/treecc/Makefile b/lang/treecc/Makefile index a7eb3b3115eb..0c1995cc98e6 100644 --- a/lang/treecc/Makefile +++ b/lang/treecc/Makefile @@ -6,20 +6,20 @@ # PORTNAME= treecc -PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTVERSION= 0.2.6 CATEGORIES= lang MASTER_SITES= http://www.southern-storm.com.au/download/ MAINTAINER= ahze@rgv.net -COMMENT= Treecc program is designed to assist in the development of compilers +COMMENT= Treecc is designed to assist in the development of compilers GNU_CONFIGURE= yes -USE_REINPLACE= yes USE_GMAKE= yes MAN1= treecc.1 INFO= treecc +PLIST_SUB= PORTVERSION=${PORTVERSION} + post-install: @${LN} -sf treecc ${PREFIX}/bin/${DISTNAME} diff --git a/lang/treecc/distinfo b/lang/treecc/distinfo index 8578e1d7aced..8d003ecdd1ad 100644 --- a/lang/treecc/distinfo +++ b/lang/treecc/distinfo @@ -1 +1 @@ -MD5 (treecc-0.2.4.tar.gz) = 1c43d228724c286e4991abc13b59e6f6 +MD5 (treecc-0.2.6.tar.gz) = c90208eb99314b68afb4c133578288ad diff --git a/lang/treecc/pkg-plist b/lang/treecc/pkg-plist index aa1d4a5ef23d..175141da8ef5 100644 --- a/lang/treecc/pkg-plist +++ b/lang/treecc/pkg-plist @@ -1,4 +1,3 @@ @comment $FreeBSD$ bin/treecc -bin/treecc-0.2.4 - +bin/treecc-%%PORTVERSION%% |