svn commit: r361331 - head/devel/subclipse
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jul 9 04:45:30 UTC 2014
Author: vanilla
Date: Wed Jul 9 04:45:29 2014
New Revision: 361331
URL: http://svnweb.freebsd.org/changeset/ports/361331
QAT: https://qat.redports.org/buildarchive/r361331/
Log:
Stagify.
Modified:
head/devel/subclipse/Makefile
Modified: head/devel/subclipse/Makefile
==============================================================================
--- head/devel/subclipse/Makefile Wed Jul 9 04:41:40 2014 (r361330)
+++ head/devel/subclipse/Makefile Wed Jul 9 04:45:29 2014 (r361331)
@@ -41,9 +41,6 @@ SUBCLIPSEFILES= features/${SUBCLIPSE}_${
plugins/com.sun.jna_3.0.9 \
plugins/org.tmatesoft.svnkit_1.3.0.5847
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
post-extract:
.for f in ${SUBCLIPSEFILES}
cd ${WRKSRC} \
@@ -54,9 +51,9 @@ post-extract:
do-install:
.for f in ${SUBCLIPSEFILES}
@cd ${WRKSRC} \
- && ${MKDIR} ${ECLIPSE}/${f} \
- && ${FIND} ${f} -type d -exec ${MKDIR} ${ECLIPSE}/{} \; \
- && ${FIND} ${f} -type f -exec ${INSTALL_DATA} {} ${ECLIPSE}/{} \;
+ && ${MKDIR} ${STAGEDIR}${ECLIPSE}/${f} \
+ && ${FIND} ${f} -type d -exec ${MKDIR} ${STAGEDIR}${ECLIPSE}/{} \; \
+ && ${FIND} ${f} -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${ECLIPSE}/{} \;
.endfor
post-install:
@@ -67,4 +64,4 @@ post-install:
| ${SED} -ne 's,^${WRKSRC}, at dirrm ${ECLIPSE:S,^${PREFIX}/,,},p' >> ${TMPPLIST}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list