View | Details | Raw Unified | Return to bug 142623
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 22-28 Link Here
22
NO_BUILD=	yes
22
NO_BUILD=	yes
23
USE_ZIP=	yes
23
USE_ZIP=	yes
24
NO_WRKSUBDIR=	yes
24
NO_WRKSUBDIR=	yes
25
PKGMESSAGE=	${WRKDIR}/pkg-message
25
SUB_FILES=	pkg-message
26
SUB_LIST=	APP_HOME=${APP_HOME}
26
APP_HOME=	${PREFIX}/eclipse/plugins/${PORTNAME}_${PORTVERSION}
27
APP_HOME=	${PREFIX}/eclipse/plugins/${PORTNAME}_${PORTVERSION}
27
28
28
.if defined(WITH_PROGUARD)
29
.if defined(WITH_PROGUARD)
Lines 34-39 Link Here
34
	@${CP} -R ${WRKSRC}/${PORTNAME}_${PORTVERSION} ${PREFIX}/eclipse/plugins/
35
	@${CP} -R ${WRKSRC}/${PORTNAME}_${PORTVERSION} ${PREFIX}/eclipse/plugins/
35
36
36
post-install:
37
post-install:
37
	@${CAT} ./pkg-message | ${SED} -e 's|%%PREFIX%%|${APP_HOME}|'
38
	@${CAT} ${PKGMESSAGE}
38
39
39
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)pkg-message (-6 lines)
Removed Link Here
1
================================================================
2
Initial configuration instructions for the Eclipse J2ME plugin
3
are in the file:
4
%%PREFIX%%/doc/index.html
5
================================================================
6
(-)files/pkg-message.in (+6 lines)
Added Link Here
1
================================================================
2
Initial configuration instructions for the Eclipse J2ME plugin
3
are in the file:
4
%%APP_HOME%%/doc/index.html
5
================================================================
6

Return to bug 142623