svn commit: r404916 - head/editors/e3

Antoine Brodin antoine at FreeBSD.org
Thu Dec 31 09:48:21 UTC 2015


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
 


More information about the svn-ports-all mailing list