1
0
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:
Greg Lewis 2005-10-21 17:44:34 +00:00
parent 43dfdf2f3d
commit c778807698
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146041

View File

@ -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>