Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 12:11:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344546 - head/java/commonclipse
Message-ID:  <201402161211.s1GCBU3s007341@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb 16 12:11:29 2014
New Revision: 344546
URL: http://svnweb.freebsd.org/changeset/ports/344546
QAT: https://qat.redports.org/buildarchive/r344546/

Log:
  - Stage support
  - Remove infozip dependency

Modified:
  head/java/commonclipse/Makefile

Modified: head/java/commonclipse/Makefile
==============================================================================
--- head/java/commonclipse/Makefile	Sun Feb 16 12:07:28 2014	(r344545)
+++ head/java/commonclipse/Makefile	Sun Feb 16 12:11:29 2014	(r344546)
@@ -7,6 +7,7 @@ PORTREVISION=	4
 CATEGORIES=	java devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}%20for%20eclipse%203.1M6%20and%20up
 DISTNAME=	net.sf.commonclipse_${PORTVERSION}
+EXTRACT_SUFX=	.zip
 DIST_SUBDIR=	eclipse
 
 MAINTAINER=	zhoushuqun@gmail.com
@@ -16,16 +17,14 @@ RUN_DEPENDS=	eclipse:${PORTSDIR}/java/ec
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-USE_ZIP=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 JAVA_OS=	native
 PLIST_SUB=	DISTNAME=${DISTNAME}
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${PREFIX}/eclipse
-	@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
-	@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
+	@${MKDIR} ${STAGEDIR}${PREFIX}/eclipse
+	@${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/eclipse
+	@${CP} -r ${WRKSRC}/features ${STAGEDIR}${PREFIX}/eclipse
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161211.s1GCBU3s007341>