svn commit: r344583 - head/java/eclipse-jad

Antoine Brodin antoine at FreeBSD.org
Sun Feb 16 15:12:39 UTC 2014


Author: antoine
Date: Sun Feb 16 15:12:38 2014
New Revision: 344583
URL: http://svnweb.freebsd.org/changeset/ports/344583
QAT: https://qat.redports.org/buildarchive/r344583/

Log:
  Stage support

Modified:
  head/java/eclipse-jad/Makefile

Modified: head/java/eclipse-jad/Makefile
==============================================================================
--- head/java/eclipse-jad/Makefile	Sun Feb 16 15:11:35 2014	(r344582)
+++ head/java/eclipse-jad/Makefile	Sun Feb 16 15:12:38 2014	(r344583)
@@ -25,12 +25,11 @@ JAVA_VERSION=	1.6+
 
 PLIST_FILES=	share/eclipse/dropins/${DISTNAME}${EXTRACT_SUFX}
 
-NO_STAGE=	yes
 post-extract:
 	@${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}
 
 do-install:
-	@${MKDIR} ${PREFIX}/lib/eclipse/plugins
-	@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} ${PREFIX}/share/eclipse/dropins
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/eclipse/dropins
+	@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} ${STAGEDIR}${PREFIX}/share/eclipse/dropins
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list