Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2015 09:48:20 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404916 - head/editors/e3
Message-ID:  <201512310948.tBV9mKll045145@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Dec 31 09:48:20 2015
New Revision: 404916
URL: https://svnweb.freebsd.org/changeset/ports/404916

Log:
  Unbreak fetch
  
  Reported by:	pkg-fallout

Modified:
  head/editors/e3/Makefile

Modified: head/editors/e3/Makefile
==============================================================================
--- head/editors/e3/Makefile	Thu Dec 31 08:51:18 2015	(r404915)
+++ head/editors/e3/Makefile	Thu Dec 31 09:48:20 2015	(r404916)
@@ -16,13 +16,6 @@ USES=		gmake tar:tgz
 MAKE_ARGS=	OS=FREEBSD
 ONLY_FOR_ARCHS=	i386
 
-FETCH_ARGS=	-p -o ${DISTDIR}/${DISTFILES}
-
-do-fetch:
-	@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
-		${FETCH_CMD} ${MASTER_SITES}${DISTFILES}?attredirects=0\&d=1 ; \
-	fi
-
 post-patch:
 	@${REINPLACE_CMD} -e '/SYS_sigaction	46/s/46/342/' ${WRKSRC}/e3.h
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512310948.tBV9mKll045145>