diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-05-26 07:47:34 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-05-26 07:47:34 +0000 |
commit | 65e2c75f61ef4c0d4556209caf7b93b841e595f8 (patch) | |
tree | 3856eb9b01e66ceeca0555af60c01ec7cd0c62b5 /www/rt34/Makefile | |
parent | 3f83cb361c74d86f98d1fc2e0652e1a3d4d6335e (diff) | |
download | ports-65e2c75f61ef4c0d4556209caf7b93b841e595f8.tar.gz ports-65e2c75f61ef4c0d4556209caf7b93b841e595f8.zip |
Notes
Diffstat (limited to 'www/rt34/Makefile')
-rw-r--r-- | www/rt34/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/rt34/Makefile b/www/rt34/Makefile index c81b1cc9ec54..7ba0241f7fe7 100644 --- a/www/rt34/Makefile +++ b/www/rt34/Makefile @@ -5,14 +5,13 @@ # $FreeBSD$ # -PORTNAME= rt3 -PORTVERSION?= 3.0.11.rc1 +PORTNAME= rt +PORTVERSION?= 3.0.11 CATEGORIES= www MASTER_SITES?= http://download.bestpractical.com/pub/rt/release/ \ http://download.bestpractical.com/pub/rt/devel/ \ ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ \ ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/devel/ -DISTNAME?= rt-${PORTVERSION:S/.rc/rc/g} MAINTAINER= autrijus@autrijus.org COMMENT?= RT is an industrial-grade ticketing system written in Perl @@ -53,7 +52,6 @@ BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize RUN_DEPENDS= ${BUILD_DEPENDS} -WRKSRC?= ${WRKDIR}/rt-${PORTVERSION:S/.rc/rc/g} HAS_CONFIGURE= yes NO_BUILD= yes NO_PACKAGE= Executes scripts in post-install phase |