forked from Lainports/freebsd-ports
Stagify.
This commit is contained in:
parent
c516d27419
commit
71496f6779
1 changed files with 3 additions and 4 deletions
|
|
@ -23,10 +23,9 @@ JAVA_VERSION= 1.6+
|
|||
JAVA_OS= native
|
||||
PLIST_SUB= RELEASEVERSION=${PORTVERSION}
|
||||
|
||||
NO_STAGE= yes
|
||||
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…
Add table
Reference in a new issue