diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-10-12 22:08:08 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-10-12 22:08:08 +0000 |
commit | 6cfd89c53adfe1682f968ada86ecab39585a448c (patch) | |
tree | 77d272ea388672fd97ef00231e92d53c94834084 /games/frotz | |
parent | c16a8e0fa196b3d327bfb7a1877824ba774caae7 (diff) | |
download | ports-6cfd89c53adfe1682f968ada86ecab39585a448c.tar.gz ports-6cfd89c53adfe1682f968ada86ecab39585a448c.zip |
Notes
Diffstat (limited to 'games/frotz')
-rw-r--r-- | games/frotz/Makefile | 6 | ||||
-rw-r--r-- | games/frotz/pkg-descr | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games/frotz/Makefile b/games/frotz/Makefile index 1f38b107d5e9..7c7aaf5e6117 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -12,7 +12,7 @@ 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= adam@alameda.edu +MAINTAINER= adam@blacktabby.org MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \ CONFIG_DIR="${PREFIX}/etc" INCL="" LIB="" @@ -23,9 +23,9 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/frotz.6 ${MANPREFIX}/man/man6 .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/frotz + @${MKDIR} ${DOCSDIR} .for file in BUGS HOW_TO_PLAY README - @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz + @${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff --git a/games/frotz/pkg-descr b/games/frotz/pkg-descr index c5337ed15958..719bc3a5f071 100644 --- a/games/frotz/pkg-descr +++ b/games/frotz/pkg-descr @@ -7,4 +7,7 @@ to transfer the story files. There is an increasing number of new games available on the Internet. Check the if-archive at ftp.ifarchive.org. -WWW: http://www.cs.csubak.edu/~dgriffi/frotz/ +WWW: http://www.cs.csubak.edu/~dgriffi/proj/frotz/ + + -Adam + adam@blacktabby.org |