diff options
author | Michael C . Wu <keichii@FreeBSD.org> | 2003-01-31 19:31:11 +0000 |
---|---|---|
committer | Michael C . Wu <keichii@FreeBSD.org> | 2003-01-31 19:31:11 +0000 |
commit | 77f0e9d908ad400d74baba773cfcd127a0441ed9 (patch) | |
tree | 2a96766dff675ea1a86739830704588350ef09de /www/rt34/Makefile | |
parent | e4e255093d999f0fba16ab62cf2c566af80134f1 (diff) | |
download | ports-77f0e9d908ad400d74baba773cfcd127a0441ed9.tar.gz ports-77f0e9d908ad400d74baba773cfcd127a0441ed9.zip |
Notes
Diffstat (limited to 'www/rt34/Makefile')
-rw-r--r-- | www/rt34/Makefile | 7 |
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 |