diff options
-rw-r--r-- | editors/e3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/e3/Makefile b/editors/e3/Makefile index c337e2f0f8db..eb49d0ab5dd4 100644 --- a/editors/e3/Makefile +++ b/editors/e3/Makefile @@ -7,7 +7,7 @@ PORTNAME= e3 PORTVERSION= 2.7.0 -PORTEPOCH= 2 +PORTEPOCH= 3 CATEGORIES= editors MASTER_SITES= http://www.sax.de/~adlibit/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/60/6/} @@ -24,4 +24,7 @@ ONLY_FOR_ARCHS= i386 MAN1= e3.1 PLIST_FILES= bin/e3 bin/e3em bin/e3ne bin/e3pi bin/e3vi bin/e3ws +post-patch: + @${REINPLACE_CMD} -e '/SYS_sigaction 46/s/46/342/' ${WRKSRC}/e3.h + .include <bsd.port.mk> |