aboutsummaryrefslogtreecommitdiff
path: root/games/eif
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2006-09-28 07:39:59 +0000
committerJohan van Selst <johans@FreeBSD.org>2006-09-28 07:39:59 +0000
commitbdd44fc29c112904f68234549bdb1da77fb8814c (patch)
treee22eada7b912b2f5ccc61c7e320a1a3164f4791d /games/eif
parente9b0b3139d3658d41d0416014eb4f953ede2947b (diff)
downloadports-bdd44fc29c112904f68234549bdb1da77fb8814c.tar.gz
ports-bdd44fc29c112904f68234549bdb1da77fb8814c.zip
- Fix build with gcc41 (error noted by pointyhat)
- Add additional MASTER_SITE
Notes
Notes: svn path=/head/; revision=174025
Diffstat (limited to 'games/eif')
-rw-r--r--games/eif/Makefile10
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>