diff options
-rw-r--r-- | games/eif/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/games/eif/Makefile b/games/eif/Makefile index 78f3d299a315..d01936de365c 100644 --- a/games/eif/Makefile +++ b/games/eif/Makefile @@ -8,7 +8,8 @@ PORTNAME= eif PORTVERSION= 1.3.4 CATEGORIES= games -MASTER_SITES= http://www.stack.nl/~marcolz/empire/ +MASTER_SITES= http://www.stack.nl/~marcolz/empire/ \ + ftp://ftp.stack.nl/pub/users/johans/eif/ MAINTAINER= johans@stack.nl COMMENT= Empire text client @@ -17,4 +18,9 @@ MAN1= eif.1 GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +post-patch: + @${REINPLACE_CMD} -e '/curout_isapipe/d' ${WRKSRC}/src/data.h + +.include <bsd.port.post.mk> |