Index: head/java/eclipseme/Makefile =================================================================== --- head/java/eclipseme/Makefile (revision 209318) +++ head/java/eclipseme/Makefile (revision 209319) @@ -1,38 +1,39 @@ # New ports collection makefile for: eclipseme # Date created: July 22, 2004 # Whom: past@ebs.gr # # $FreeBSD$ # PORTNAME= eclipseme PORTVERSION= 0.4.6 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION} DIST_SUBDIR= eclipse MAINTAINER= ports@FreeBSD.org COMMENT= Eclipse J2ME Plugin RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \ ${LOCALBASE}/bin/ktoolbar:${PORTSDIR}/java/sun-wtk NO_BUILD= yes USE_ZIP= yes NO_WRKSUBDIR= yes PKGMESSAGE= ${WRKDIR}/pkg-message APP_HOME= ${PREFIX}/eclipse/plugins/${PORTNAME}_${PORTVERSION} .if defined(WITH_PROGUARD) RUN_DEPENDS+= ${LOCALBASE}/share/proguard/lib/proguard.jar:${PORTSDIR}/java/proguard .endif 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}|' .include Property changes on: head/java/eclipseme/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property