diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-10-07 02:24:56 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-10-07 02:24:56 +0000 |
commit | 35f1320c46ccf1bb563a7c7ce7917702255cd40d (patch) | |
tree | c82911092d03dc9b655279f50bac5789e4715b9b /games | |
parent | ea8534626a7a153499277ffb28e6873fb3214ebb (diff) | |
download | ports-35f1320c46ccf1bb563a7c7ce7917702255cd40d.tar.gz ports-35f1320c46ccf1bb563a7c7ce7917702255cd40d.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/ifm/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/ifm/Makefile b/games/ifm/Makefile index 3b3c6c7fd5b0..77a0dbb09ec9 100644 --- a/games/ifm/Makefile +++ b/games/ifm/Makefile @@ -8,24 +8,22 @@ PORTNAME= ifm PORTVERSION= 5.1 CATEGORIES= games tk84 -MASTER_SITES= http://www.ifarchive.org/%SUBDIR%/ \ - ftp://ftp.ifarchive.org/%SUBDIR%/ \ - ftp://ftp.funet.fi/pub/misc/%SUBDIR%/ +MASTER_SITES= http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \ + http://www.ifarchive.org/%SUBDIR%/ MASTER_SITE_SUBDIR= if-archive/mapping-tools -MAINTAINER= ports@FreeBSD.org +MAINTAINER= spear@protect-ya-neck.com COMMENT= Interactive Fiction mapper and walkthrough generator RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= WISH=${LOCALBASE}/bin/wish8.4 post-patch: - @${PERL} -pi -e 's|lib doc progs|lib progs|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|lib doc progs|lib progs|g' ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) |