diff options
author | Johan van Selst <johans@FreeBSD.org> | 2006-09-28 07:39:59 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2006-09-28 07:39:59 +0000 |
commit | bdd44fc29c112904f68234549bdb1da77fb8814c (patch) | |
tree | e22eada7b912b2f5ccc61c7e320a1a3164f4791d /games | |
parent | e9b0b3139d3658d41d0416014eb4f953ede2947b (diff) | |
download | ports-bdd44fc29c112904f68234549bdb1da77fb8814c.tar.gz ports-bdd44fc29c112904f68234549bdb1da77fb8814c.zip |
Notes
Diffstat (limited to 'games')
-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> |