- Fix build with gcc41 (error noted by pointyhat)

- Add additional MASTER_SITE
This commit is contained in:
Johan van Selst 2006-09-28 07:39:59 +00:00
parent e9b0b3139d
commit bdd44fc29c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174025

View File

@ -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>