Date: Sun, 16 Feb 2014 15:12:38 +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: r344583 - head/java/eclipse-jad Message-ID: <201402161512.s1GFCcXd086906@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161512.s1GFCcXd086906>