From 77f0e9d908ad400d74baba773cfcd127a0441ed9 Mon Sep 17 00:00:00 2001 From: "Michael C . Wu" Date: Fri, 31 Jan 2003 19:31:11 +0000 Subject: Update RT to make it build. 2.0.15 is pending maintainer communications with the committer. We are also working on a RT3 port. --- www/rt3/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'www/rt3/Makefile') 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 -- cgit v1.2.3