summaryrefslogtreecommitdiff
path: root/www/rt32
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-08-07 13:05:32 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-08-07 13:05:32 +0000
commita6f42544792727a471a59511a13935baa7906844 (patch)
tree678a393c272fbfc37df56d766c2afeec66f2cc54 /www/rt32
parentUpdate to 0.10 (diff)
Allow to override PORTVERSION and WRKSRC.
Use '+=' instead of '=' for BUILD_DEPENDS. This is for use in slave port(s).
Notes
Notes: svn path=/head/; revision=86496
Diffstat (limited to 'www/rt32')
-rw-r--r--www/rt32/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/rt32/Makefile b/www/rt32/Makefile
index a4d7d3f0c2f9..ed1711b60f78 100644
--- a/www/rt32/Makefile
+++ b/www/rt32/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rt3
-PORTVERSION= 3.0.4
+PORTVERSION?= 3.0.4
CATEGORIES= www
MASTER_SITES?= http://www.fsck.com/pub/rt/release/ \
http://www.fsck.com/pub/rt/devel/ \
@@ -17,7 +17,7 @@ DISTFILES?= rt-${PORTVERSION:S/./-/g}.tar.gz
MAINTAINER= autrijus@autrijus.org
COMMENT?= RT is an industrial-grade ticketing system written in Perl
-BUILD_DEPENDS= ${APXS}:${APACHE_PORT} \
+BUILD_DEPENDS+= ${APXS}:${APACHE_PORT} \
${SITE_PERL}/Apache/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason \
${SITE_PERL}/Apache/Session.pm:${PORTSDIR}/www/p5-Apache-Session \
${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache \
@@ -53,7 +53,7 @@ BUILD_DEPENDS= ${APXS}:${APACHE_PORT} \
${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize
RUN_DEPENDS= ${BUILD_DEPENDS}
-WRKSRC= ${WRKDIR}/rt-${PORTVERSION:S/./-/g}
+WRKSRC?= ${WRKDIR}/rt-${PORTVERSION:S/./-/g}
HAS_CONFIGURE= yes
NO_BUILD= yes
NO_PACKAGE= Executes scripts in post-install phase