1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Fix jboss4 deploy path

PR:		77797
Submitted by:	maintainer
This commit is contained in:
Herve Quiroz 2005-02-20 22:42:23 +00:00
parent 5580390277
commit 7f07af37d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129423

View File

@ -14,14 +14,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-final
MAINTAINER= toha@toha.org.ua
COMMENT= JBoss Mail Services
RUN_DEPENDS= ${LOCALBASE}/jboss4.0/server/default/conf/jboss-service.xml:${PORTSDIR}/java/jboss4
RUN_DEPENDS= ${LOCALBASE}/jboss4/server/default/conf/jboss-service.xml:${PORTSDIR}/java/jboss4
USE_JAVA= YES
JAVA_VERSION= 1.4+
NO_BUILD= YES
USE_ZIP= YES
DEPLOY_PATH= ${LOCALBASE}/jboss4.0/server/default/deploy
DEPLOY_PATH= ${LOCALBASE}/jboss4/server/default/deploy
WRKSRC= ${WRKDIR}/deploy
.include <bsd.port.pre.mk>