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

(-)java/phpeclipse/Makefile (-4 / +4 lines)
Lines 15-26 Link Here
15
MAINTAINER=	lon_kamikaze@gmx.de
15
MAINTAINER=	lon_kamikaze@gmx.de
16
COMMENT=	PHP Eclipse adds PHP support to the Eclipse IDE Framework
16
COMMENT=	PHP Eclipse adds PHP support to the Eclipse IDE Framework
17
17
18
RUN_DEPENDS=	eclipse:${PORTSDIR}/java/eclipse
19
18
PLIST_SUB=	VER=${PORTVERSION}
20
PLIST_SUB=	VER=${PORTVERSION}
19
21
20
PLUGIN_PATHS=	features plugins
22
PLUGIN_PATHS=	features plugins
21
23
22
RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
23
24
NO_BUILD=	yes
24
NO_BUILD=	yes
25
USE_ZIP=	yes
25
USE_ZIP=	yes
26
NO_WRKSUBDIR=	yes
26
NO_WRKSUBDIR=	yes
Lines 33-44 Link Here
33
	@${CP} -r ${WRKSRC}/${_path}/* ${ECLIPSE}/${_path}/
33
	@${CP} -r ${WRKSRC}/${_path}/* ${ECLIPSE}/${_path}/
34
.endfor
34
.endfor
35
35
36
plist: patch
36
plist: build
37
	@${ECHO} "===>  Rebuilding PLIST."
37
	@${ECHO} "===>  Rebuilding PLIST."
38
	@${TOUCH} ${PLIST}
38
	@${TOUCH} ${PLIST}
39
	@${RM} ${PLIST}
39
	@${RM} ${PLIST}
40
.for _path in ${PLUGIN_PATHS}
40
.for _path in ${PLUGIN_PATHS}
41
	@${FIND} ${WRKSRC}/${_path}/ -type f \
41
	@${FIND} ${WRKSRC}/${_path}/ -not -type d \
42
		| ${SED} "s|${WRKSRC}|eclipse|1" \
42
		| ${SED} "s|${WRKSRC}|eclipse|1" \
43
		| ${SED} "s|${PORTVERSION}|%%VER%%|g" \
43
		| ${SED} "s|${PORTVERSION}|%%VER%%|g" \
44
		>> ${PLIST}
44
		>> ${PLIST}

Return to bug 105455