diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-12-13 12:54:45 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-12-13 12:54:45 +0000 |
commit | ddc77bce40defad6695df72fe65c2175cb78d65f (patch) | |
tree | 85d63a039552040ef1f8b5042aa27b3ae5e99c1c /java/jboss2 | |
parent | 0601a5037d3b64650c3fa3dfe67e1be42a1f35da (diff) |
Cure java/jboss2 - www/jakarta-tomcat4/files/startup.sh has been readded:
log: revision 1.6
log: date: 2006/10/22 03:56:14; author: lawrance; state: Exp; lines: +0 -0
log: Unbreak jakarta-tomcat3 by re-adding a file it requires from
log: the tomcat4 port.
log:
log: Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=179657
Diffstat (limited to 'java/jboss2')
-rw-r--r-- | java/jboss2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/jboss2/Makefile b/java/jboss2/Makefile index 806455bedf29..a1688980ab44 100644 --- a/java/jboss2/Makefile +++ b/java/jboss2/Makefile @@ -15,10 +15,6 @@ DISTNAME= ${APP_TITLE}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= JBoss 2.x, an open-source J2EE application server -BROKEN= Broken by www/jakarta-tomcat4/files/startup.sh removal -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - USE_JAVA= yes JAVA_VERSION= 1.2+ |