diff options
author | johans <johans@FreeBSD.org> | 2006-09-28 15:39:59 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2006-09-28 15:39:59 +0800 |
commit | 403367c20ba2d130e947b32093b40aec4b58d732 (patch) | |
tree | fd3602ad92f800b8f7f9dbd8d3f920395acacd3d /games/eif | |
parent | 40885348495a69f92a2c30b44004db466a893e04 (diff) | |
download | freebsd-ports-gnome-403367c20ba2d130e947b32093b40aec4b58d732.tar.gz freebsd-ports-gnome-403367c20ba2d130e947b32093b40aec4b58d732.tar.zst freebsd-ports-gnome-403367c20ba2d130e947b32093b40aec4b58d732.zip |
- Fix build with gcc41 (error noted by pointyhat)
- Add additional MASTER_SITE
Diffstat (limited to 'games/eif')
-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> |