diff options
-rw-r--r-- | editors/e3/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
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 |