Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2014 08:03:56 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358074 - head/java/netty
Message-ID:  <201406170803.s5H83u8F030329@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Jun 17 08:03:55 2014
New Revision: 358074
URL: http://svnweb.freebsd.org/changeset/ports/358074
QAT: https://qat.redports.org/buildarchive/r358074/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/java/netty/Makefile

Modified: head/java/netty/Makefile
==============================================================================
--- head/java/netty/Makefile	Tue Jun 17 08:00:10 2014	(r358073)
+++ head/java/netty/Makefile	Tue Jun 17 08:03:55 2014	(r358074)
@@ -13,7 +13,7 @@ COMMENT=	Java NIO client server framewor
 LICENSE=	APACHE20
 
 USE_JAVA=	yes
-USE_BZIP2=	yes
+USES=		tar:bzip2
 JAVA_VERSION=	1.6+
 NO_BUILD=	yes
 DATADIR=	${PREFIX}/share/${UNIQUENAME}
@@ -28,17 +28,17 @@ PORTDATA=	*
 PORTDOCS=	*
 .endif
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 do-install:
-	${MKDIR} ${JAVAJARDIR}
-	${INSTALL_DATA} ${WRKSRC}/jar/netty-${PORTVERSION}.Final.jar ${JAVAJARDIR}/netty-${PORTVERSION}.jar
-	cd ${WRKSRC} && ${COPYTREE_SHARE} src ${DATADIR}
-	${LN} -nfs ${JAVAJARDIR}/netty-${PORTVERSION}.jar ${JAVAJARDIR}/netty.jar
+	${MKDIR} ${STAGEDIR}${JAVAJARDIR}
+	${INSTALL_DATA} ${WRKSRC}/jar/netty-${PORTVERSION}.Final.jar ${STAGEDIR}${JAVAJARDIR}/netty-${PORTVERSION}.jar
+	cd ${WRKSRC} && ${COPYTREE_SHARE} src ${STAGEDIR}${DATADIR}
+	cd ${STAGEDIR}${JAVAJARDIR}
+	${LN} -nfs netty-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/netty.jar
 
 .if !defined(NOPORTDOCS)
-	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}
+	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.post.mk>



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