- Fix typo

Reported by:	danfe
Approved by:	miwi (mentor)
This commit is contained in:
Pietro Cerutti 2008-03-18 21:52:44 +00:00
parent f4c880e7a9
commit 540d012250
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209319

View File

@ -7,6 +7,7 @@
PORTNAME= eclipseme
PORTVERSION= 0.4.6
PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}
@ -30,7 +31,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/proguard/lib/proguard.jar:${PORTSDIR}/java/prog
do-install:
@${MKDIR} ${PREFIX}/eclipse/plugins
@${CP} -r ${WRKSRC}/${PORTNAME}_${PORTVERSION} ${PREFIX}/eclipse/plugins/
@${CP} -R ${WRKSRC}/${PORTNAME}_${PORTVERSION} ${PREFIX}/eclipse/plugins/
post-install:
@${CAT} ./pkg-message | ${SED} -e 's|%%PREFIX%%|${APP_HOME}|'