diff options
author | demon <demon@FreeBSD.org> | 2015-02-16 15:46:56 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2015-02-16 15:46:56 +0800 |
commit | 2e7f0ff1ea6d466173d2e7732b8d5a9800d0377c (patch) | |
tree | 256c407ff834de79fcb0f2dc6a96a114b8b5ceda /devel/hadoop2 | |
parent | 2d2c3d262b8bc676ba9dfb35276652fde365928d (diff) | |
download | freebsd-ports-gnome-2e7f0ff1ea6d466173d2e7732b8d5a9800d0377c.tar.gz freebsd-ports-gnome-2e7f0ff1ea6d466173d2e7732b8d5a9800d0377c.tar.zst freebsd-ports-gnome-2e7f0ff1ea6d466173d2e7732b8d5a9800d0377c.zip |
No reason to extract tomcat distribution.
Diffstat (limited to 'devel/hadoop2')
-rw-r--r-- | devel/hadoop2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/hadoop2/Makefile b/devel/hadoop2/Makefile index 5641a86e1b56..d6cd4b81bdd4 100644 --- a/devel/hadoop2/Makefile +++ b/devel/hadoop2/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ # Please do not submit untested updates. Be sure to start hadoop in -# distributed mode and run few map/reduce. Be sure there are no exception -# in any of it's log files. This version is tested under the load and +# distributed mode and to run few map/reduce. Be sure there are no exception +# in any of it's log files. This version was tested under the load and # no problems encountered so far. Thanks. PORTNAME= hadoop PORTVERSION= 2.4.1 @@ -18,6 +18,7 @@ MASTER_SITE_SUBDIR=${PORTNAME}/common/stable PKGNAMESUFFIX= 2 DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} FreeBSD-hadoop2-${PORTVERSION}-maven-repository.tar.gz:maven apache-tomcat-${TOMCAT_VERSION}.tar.gz:tomcat jetty-6.1.14.zip:jetty DIST_SUBDIR= hadoop +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} FreeBSD-hadoop2-${PORTVERSION}-maven-repository.tar.gz jetty-6.1.14.zip MAINTAINER= demon@FreeBSD.org COMMENT= Apache Map/Reduce framework |