From ced6657456092a98f8396f9bb23077a00473b74c Mon Sep 17 00:00:00 2001 From: antoine Date: Thu, 31 Dec 2015 09:48:20 +0000 Subject: Unbreak fetch Reported by: pkg-fallout --- editors/e3/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'editors') diff --git a/editors/e3/Makefile b/editors/e3/Makefile index 02514885a338..271871693f8b 100644 --- a/editors/e3/Makefile +++ b/editors/e3/Makefile @@ -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 -- cgit