summaryrefslogtreecommitdiff
path: root/games/frotz
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-10-12 22:08:08 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-10-12 22:08:08 +0000
commit6cfd89c53adfe1682f968ada86ecab39585a448c (patch)
tree77d272ea388672fd97ef00231e92d53c94834084 /games/frotz
parentUpdated maintainer E-mail. (diff)
Update maintainer's email address; fix WWW in pkg-descr; replace
instances of ${PREFIX}/share/doc/frotz with ${DOCSDIR}. PR: 31239 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=48725
Diffstat (limited to 'games/frotz')
-rw-r--r--games/frotz/Makefile6
-rw-r--r--games/frotz/pkg-descr5
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