svn commit: r358082 - head/java/eclipse-vep-examples
Vanilla I. Shu
vanilla at FreeBSD.org
Tue Jun 17 09:43:35 UTC 2014
Author: vanilla
Date: Tue Jun 17 09:43:35 2014
New Revision: 358082
URL: http://svnweb.freebsd.org/changeset/ports/358082
QAT: https://qat.redports.org/buildarchive/r358082/
Log:
Stagify.
Modified:
head/java/eclipse-vep-examples/Makefile
Modified: head/java/eclipse-vep-examples/Makefile
==============================================================================
--- head/java/eclipse-vep-examples/Makefile Tue Jun 17 09:40:22 2014 (r358081)
+++ head/java/eclipse-vep-examples/Makefile Tue Jun 17 09:43:35 2014 (r358082)
@@ -21,10 +21,9 @@ NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_SUB= RELEASEVERSION=1.1.0.1
-NO_STAGE= yes
do-install:
- @${MKDIR} ${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
- @${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse
+ @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/eclipse/plugins ${STAGEDIR}${PREFIX}/lib/eclipse
+ @${CP} -r ${WRKSRC}/eclipse/features ${STAGEDIR}${PREFIX}/lib/eclipse
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list