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

(-)subclipse/Makefile (-1 / +5 lines)
Lines 16-21 Link Here
16
COMMENT=	A subversion plugin for the Eclipse IDE Framework
16
COMMENT=	A subversion plugin for the Eclipse IDE Framework
17
17
18
RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
18
RUN_DEPENDS=	${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
19
FETCH_DEPENDS=	${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
19
20
20
CONFLICTS=	phpeclipse-[0-9]*
21
CONFLICTS=	phpeclipse-[0-9]*
21
22
Lines 30-39 Link Here
30
		plugins/${SUBCLIPSE}.ui_${PORTVERSION} \
31
		plugins/${SUBCLIPSE}.ui_${PORTVERSION} \
31
		plugins/${SUBCLIPSE}_${PORTVERSION}
32
		plugins/${SUBCLIPSE}_${PORTVERSION}
32
33
34
WGET=		${PREFIX}/bin/wget
35
33
.include <bsd.port.pre.mk>
36
.include <bsd.port.pre.mk>
34
37
38
do-fetch:
35
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.zip)
39
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.zip)
36
IGNORE=		Due to the behaviour of the webserver subclipse is hosted on, you have to download the file yourself as ${MASTER_SITES}/${DISTNAME}.zip and place it in ${DISTDIR}/${DIST_SUBDIR}
40
	${WGET} -P${DISTDIR}/${DIST_SUBDIR} ${MASTER_SITES}/${DISTNAME}.zip
37
.endif
41
.endif
38
42
39
post-extract:
43
post-extract:

Return to bug 88742