View | Details | Raw Unified | Return to bug 159776
Collapse All | Expand All

(-)www/subsonic/Makefile (-11 / +6 lines)
Lines 30-52 Link Here
30
SUB_FILES=	pkg-message
30
SUB_FILES=	pkg-message
31
.if exists(${LOCALBASE}/apache-tomcat-6.0/webapps)
31
.if exists(${LOCALBASE}/apache-tomcat-6.0/webapps)
32
WEBAPPDIR=	${PREFIX}/apache-tomcat-6.0/webapps
32
WEBAPPDIR=	${PREFIX}/apache-tomcat-6.0/webapps
33
BUILD_DEPENDS+=	${LOCALBASE}/apache-tomcat-6.0:${PORTSDIR}/www/tomcat6
33
BUILD_DEPENDS+=	${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6
34
RUN_DEPENDS+=	${LOCALBASE}/apache-tomcat-6.0:${PORTSDIR}/www/tomcat6
34
RUN_DEPENDS+=	${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6
35
SUB_LIST=	TOMCATOPTS="tomcat60_java_opts"
35
SUB_LIST=	TOMCATOPTS="tomcat60_java_opts"
36
.elif exists(${LOCALBASE}/tomcat5.5/webapps)
36
.elif exists(${LOCALBASE}/tomcat5.5/webapps)
37
WEBAPPDIR=	${PREFIX}/tomcat5.5/webapps
37
WEBAPPDIR=	${PREFIX}/tomcat5.5/webapps
38
BUILD_DEPENDS+=	${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55
38
BUILD_DEPENDS+=	${LOCALBASE}/tomcat5.5/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55
39
RUN_DEPENDS+=	${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55
39
RUN_DEPENDS+=	${LOCALBASE}/tomcat5.5/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55
40
SUB_LIST=	TOMCATOPTS="tomcat55_java_opts"
40
SUB_LIST=	TOMCATOPTS="tomcat55_java_opts"
41
.elif exists(${LOCALBASE}/apache-tomcat4.1/webapps)
42
WEBAPPDIR=	${PREFIX}/apache-tomcat4.1/webapps
43
BUILD_DEPENDS+=	${LOCALBASE}/apache-tomcat4.1:${PORTSDIR}/www/tomcat41
44
RUN_DEPENDS+=	${LOCALBASE}/apache-tomcat4.1:${PORTSDIR}/www/tomcat41
45
SUB_LIST=	TOMCATOPTS="tomcat41_java_opts"
46
.else
41
.else
47
WEBAPPDIR=	${PREFIX}/apache-tomcat-6.0/webapps
42
WEBAPPDIR=	${PREFIX}/apache-tomcat-6.0/webapps
48
BUILD_DEPENDS+=	${LOCALBASE}/apache-tomcat-6.0:${PORTSDIR}/www/tomcat6
43
BUILD_DEPENDS+=	${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6
49
RUN_DEPENDS+=	${LOCALBASE}/apache-tomcat-6.0:${PORTSDIR}/www/tomcat6
44
RUN_DEPENDS+=	${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6
50
SUB_LIST=	TOMCATOPTS="tomcat60_java_opts"
45
SUB_LIST=	TOMCATOPTS="tomcat60_java_opts"
51
.endif
46
.endif

Return to bug 159776