aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2008-01-01 23:23:52 +0800
committerrafan <rafan@FreeBSD.org>2008-01-01 23:23:52 +0800
commit896105d2573e5018e1b1d492a0db92e962683bd6 (patch)
tree71853ff183892e8fde0996db71827874d7361621 /devel
parent47d5d03adeb4c1b32970fe7536ce2eebd2d1b741 (diff)
downloadfreebsd-ports-gnome-896105d2573e5018e1b1d492a0db92e962683bd6.tar.gz
freebsd-ports-gnome-896105d2573e5018e1b1d492a0db92e962683bd6.tar.zst
freebsd-ports-gnome-896105d2573e5018e1b1d492a0db92e962683bd6.zip
- Remove dependency on wget
PR: ports/119229 Submitted by: Gerrit Beine <gerrit.beine at gmx.de> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r--devel/subclipse/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/subclipse/Makefile b/devel/subclipse/Makefile
index e4f3698dceaa..a920b3c8df24 100644
--- a/devel/subclipse/Makefile
+++ b/devel/subclipse/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= gerrit.beine@gmx.de
COMMENT= A subversion plugin for the Eclipse IDE Framework
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
-FETCH_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
CONFLICTS= phpeclipse-[0-9]*
@@ -33,15 +32,8 @@ SUBCLIPSEFILES= features/${SUBCLIPSE}_${PORTVERSION} \
plugins/${SUBCLIPSE}.mylyn_2.0.0 \
plugins/${SUBCLIPSE}.ui_${PORTVERSION}
-WGET?= ${LOCALBASE}/bin/wget
-
.include <bsd.port.pre.mk>
-do-fetch:
-.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.zip)
- ${WGET} -P${DISTDIR}/${DIST_SUBDIR} ${MASTER_SITES}/${DISTNAME}.zip
-.endif
-
post-extract:
.for f in ${SUBCLIPSEFILES}
cd ${WRKSRC} \