From 78cf6f76947d4db81649974ad771334dcbfee268 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Thu, 13 Sep 2001 03:07:59 +0000 Subject: o update MASTER_SITES; update DESCR accordingly o un"echo" commands on Makefile o switch maintainership over to submitter PR: 30537 Submitted by: Adam Kranzel --- games/frotz/Makefile | 10 +++++----- games/frotz/pkg-descr | 2 +- 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/ -- cgit v1.2.3