mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
. Minor clean up (removed an unused variable, white space).
This commit is contained in:
parent
43dfdf2f3d
commit
c778807698
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146041
@ -26,11 +26,9 @@ JAVA_VERSION= 1.4+
|
||||
JAVA_OS= native
|
||||
PLIST_SUB= RELEASEVERSION=${PORTVERSION}
|
||||
|
||||
ECLIPSE_ARCH= x86
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/eclipse
|
||||
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
|
||||
@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
|
||||
@${MKDIR} ${PREFIX}/eclipse
|
||||
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
|
||||
@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user