From 8f20bca9fed61653e8f8431fdd740b110e8b8c88 Mon Sep 17 00:00:00 2001 From: lawrance Date: Mon, 23 Oct 2006 09:13:56 +0000 Subject: Set WRKSRC to an actual directory, thus fixing build. Approved by: portmgr (erwin) --- www/jetspeed/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'www/jetspeed') diff --git a/www/jetspeed/Makefile b/www/jetspeed/Makefile index 06b6a1c120c2..63847070b9ca 100644 --- a/www/jetspeed/Makefile +++ b/www/jetspeed/Makefile @@ -15,13 +15,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-war MAINTAINER= ports@FreeBSD.org COMMENT= Jetspeed is an Open Source Portal, written in Java and XML -BROKEN= Does not build -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - RUN_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant \ ${JAKARTA_HOME}/bin/bootstrap.jar:${PORTSDIR}/www/jakarta-tomcat41 +WRKSRC= ${WRKDIR}/${DISTNAME:C/-war//} USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.4 -- cgit