aboutsummaryrefslogtreecommitdiff
path: root/www/rt34/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/rt34/Makefile
parente4e255093d999f0fba16ab62cf2c566af80134f1 (diff)
downloadports-77f0e9d908ad400d74baba773cfcd127a0441ed9.tar.gz
ports-77f0e9d908ad400d74baba773cfcd127a0441ed9.zip
Notes
Diffstat (limited to 'www/rt34/Makefile')
-rw-r--r--www/rt34/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/rt34/Makefile b/www/rt34/Makefile
index 9057ebac07dd..3e721ad63877 100644
--- a/www/rt34/Makefile
+++ b/www/rt34/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