diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-10-23 17:13:56 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-10-23 17:13:56 +0800 |
commit | 8f20bca9fed61653e8f8431fdd740b110e8b8c88 (patch) | |
tree | d21b4d33f34ffd2c8bda6a3510e3b8a447154eab /www | |
parent | c330504b396d73aa56601322e9aff3b1e037ebf4 (diff) | |
download | freebsd-ports-gnome-8f20bca9fed61653e8f8431fdd740b110e8b8c88.tar.gz freebsd-ports-gnome-8f20bca9fed61653e8f8431fdd740b110e8b8c88.tar.zst freebsd-ports-gnome-8f20bca9fed61653e8f8431fdd740b110e8b8c88.zip |
Set WRKSRC to an actual directory, thus fixing build.
Approved by: portmgr (erwin)
Diffstat (limited to 'www')
-rw-r--r-- | www/jetspeed/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
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 |