diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-13 03:07:59 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-13 03:07:59 +0000 |
commit | 78cf6f76947d4db81649974ad771334dcbfee268 (patch) | |
tree | 1caec4cc063410e17b05c7ee8f1a5a6f330d55b3 /games/frotz | |
parent | b9e65cf9e3950d46f5c89c8d34d75691915f94a1 (diff) | |
download | ports-78cf6f76947d4db81649974ad771334dcbfee268.tar.gz ports-78cf6f76947d4db81649974ad771334dcbfee268.zip |
Notes
Diffstat (limited to 'games/frotz')
-rw-r--r-- | games/frotz/Makefile | 10 | ||||
-rw-r--r-- | 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/ |