Fix wrong permissions on a few plugin jars.
This commit is contained in:
parent
c9f3415018
commit
0f72d36bc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304493
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= eclipse
|
||||
PORTVERSION= 3.7.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://download.eclipse.org/technology/linuxtools/eclipse-build/3.7.x_Indigo/:1 \
|
||||
http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/plugins/:2 \
|
||||
|
@ -245,6 +245,7 @@ do-install:
|
|||
@${MKDIR} ${PORTDESTDIR}
|
||||
@${MKDIR} ${PREFIX}/${DROPINS_DIR}
|
||||
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${INSTALL_TARGET})
|
||||
@${FIND} ${PORTDESTDIR}/plugins -type f -perm 600 -print0 | ${XARGS} -0 ${CHMOD} 644
|
||||
@${SED} \
|
||||
-e "s+%%BROWSER%%+${GECKO:S/19//}+g" \
|
||||
-e "s+%%ECLIPSE_HOME%%+${PORTDESTDIR}+g" \
|
||||
|
|
Loading…
Reference in a new issue