summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/frotz/Makefile10
-rw-r--r--games/frotz/pkg-descr2
2 files changed, 6 insertions, 6 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile
index 03e143374854..1f38b107d5e9 100644
--- a/games/frotz/Makefile
+++ b/games/frotz/Makefile
@@ -8,11 +8,11 @@
PORTNAME= frotz
PORTVERSION= 2.41
CATEGORIES= games
-MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/interpreters/frotz/ \
+MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/infocom/interpreters/frotz/ \
http://wuarchive.wustl.edu/doc/misc/if-archive/infocom/interpreters/frotz/ \
http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= adam@alameda.edu
MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \
CONFIG_DIR="${PREFIX}/etc" INCL="" LIB=""
@@ -20,12 +20,12 @@ MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \
MAN6= frotz.6
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/frotz.6 ${MANPREFIX}/man/man6
+ @${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
+ @${INSTALL_MAN} ${WRKSRC}/frotz.6 ${MANPREFIX}/man/man6
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/frotz
.for file in BUGS HOW_TO_PLAY README
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz
+ @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz
.endfor
.endif
diff --git a/games/frotz/pkg-descr b/games/frotz/pkg-descr
index 233c76ec2be3..c5337ed15958 100644
--- a/games/frotz/pkg-descr
+++ b/games/frotz/pkg-descr
@@ -5,6 +5,6 @@ CURSES.Z5, JIGSAW.Z8, ARTHUR.ZIP etc. It is possible to play
Atari ST, Amiga or Macintosh games on your PC once you manage
to transfer the story files. There is an increasing number
of new games available on the Internet. Check the if-archive
-at ftp.gmd.de.
+at ftp.ifarchive.org.
WWW: http://www.cs.csubak.edu/~dgriffi/frotz/