mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
This commit is contained in:
parent
223e2341e8
commit
ba1ddc0b3d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358087
@ -24,15 +24,14 @@ USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
PLIST_SUB+= VERSION=${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
@${RM} ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/Thumbs.db
|
||||
@${RM} ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/unused/Thumbs.db
|
||||
@${RM} -rf ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/.xvpics
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/eclipse
|
||||
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse
|
||||
@${CP} -r ${WRKSRC}/features ${PREFIX}/lib/eclipse
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse
|
||||
@${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/lib/eclipse
|
||||
@${CP} -r ${WRKSRC}/features ${STAGEDIR}${PREFIX}/lib/eclipse
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user