summaryrefslogtreecommitdiff
path: root/www/rt3/Makefile
diff options
context:
space:
mode:
authorMichael C . Wu <keichii@FreeBSD.org>2003-01-31 19:31:11 +0000
committerMichael C . Wu <keichii@FreeBSD.org>2003-01-31 19:31:11 +0000
commit77f0e9d908ad400d74baba773cfcd127a0441ed9 (patch)
tree2a96766dff675ea1a86739830704588350ef09de /www/rt3/Makefile
parentGive back maintanership to ports@, due to lack of time and clues. (diff)
Update RT to make it build.
2.0.15 is pending maintainer communications with the committer. We are also working on a RT3 port.
Notes
Notes: svn path=/head/; revision=74367
Diffstat (limited to 'www/rt3/Makefile')
-rw-r--r--www/rt3/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/rt3/Makefile b/www/rt3/Makefile
index 9057ebac07dd..3e721ad63877 100644
--- a/www/rt3/Makefile
+++ b/www/rt3/Makefile
@@ -5,12 +5,15 @@
# $FreeBSD$
#
+
PORTNAME= rt2
PORTVERSION= 2.0.14
+RT_VERSION= ${PORTVERSION:C/\./-/g}
CATEGORIES= www
MASTER_SITES= http://www.fsck.com/pub/rt/release/
-WRKSRC= ${WRKDIR}/rt-2-0-14
-DISTFILES= rt.tar.gz
+RT_VERSION= ${PORTVERSION:C/\./-/g}
+DISTFILES= rt-${RT_VERSION}.tar.gz
+WRKSRC= ${WRKDIR}/rt-${RT_VERSION}
MAINTAINER= plasmaball@pchome.com.tw