Index: Makefile =================================================================== RCS file: /home/ncvs/ports/java/eclipseme/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- Makefile 22 Aug 2009 00:24:25 -0000 1.9 +++ Makefile 11 Jan 2010 01:10:43 -0000 @@ -22,7 +22,8 @@ NO_BUILD= yes USE_ZIP= yes NO_WRKSUBDIR= yes -PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message +SUB_LIST= APP_HOME=${APP_HOME} APP_HOME= ${PREFIX}/eclipse/plugins/${PORTNAME}_${PORTVERSION} .if defined(WITH_PROGUARD) @@ -34,6 +35,6 @@ @${CP} -R ${WRKSRC}/${PORTNAME}_${PORTVERSION} ${PREFIX}/eclipse/plugins/ post-install: - @${CAT} ./pkg-message | ${SED} -e 's|%%PREFIX%%|${APP_HOME}|' + @${CAT} ${PKGMESSAGE} .include Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 25 Jul 2004 08:08:17 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,6 +0,0 @@ -================================================================ -Initial configuration instructions for the Eclipse J2ME plugin -are in the file: -%%PREFIX%%/doc/index.html -================================================================ - Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 11 Jan 2010 01:10:43 -0000 @@ -0,0 +1,6 @@ +================================================================ +Initial configuration instructions for the Eclipse J2ME plugin +are in the file: +%%APP_HOME%%/doc/index.html +================================================================ +