aboutsummaryrefslogtreecommitdiffstats
path: root/games/frotz
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2001-10-13 06:08:08 +0800
committertobez <tobez@FreeBSD.org>2001-10-13 06:08:08 +0800
commit2abb3a646b3a38878f965e0360eedca3f62b31be (patch)
treeb6f33a51deb7003e1aca1a0e6cce1335e9598b4f /games/frotz
parente72dd97bfec12e13e0bdbc8a146342a2bb66c653 (diff)
downloadfreebsd-ports-gnome-2abb3a646b3a38878f965e0360eedca3f62b31be.tar.gz
freebsd-ports-gnome-2abb3a646b3a38878f965e0360eedca3f62b31be.tar.zst
freebsd-ports-gnome-2abb3a646b3a38878f965e0360eedca3f62b31be.zip
Update maintainer's email address; fix WWW in pkg-descr; replace
instances of ${PREFIX}/share/doc/frotz with ${DOCSDIR}. PR: 31239 Submitted by: maintainer
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