aboutsummaryrefslogtreecommitdiff
path: root/games/frotz/Makefile
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/Makefile
parentc16a8e0fa196b3d327bfb7a1877824ba774caae7 (diff)
downloadports-6cfd89c53adfe1682f968ada86ecab39585a448c.tar.gz
ports-6cfd89c53adfe1682f968ada86ecab39585a448c.zip
Notes
Diffstat (limited to 'games/frotz/Makefile')
-rw-r--r--games/frotz/Makefile6
1 files changed, 3 insertions, 3 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