aboutsummaryrefslogtreecommitdiff
path: root/games/frotz/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-13 03:07:59 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-09-13 03:07:59 +0000
commit78cf6f76947d4db81649974ad771334dcbfee268 (patch)
tree1caec4cc063410e17b05c7ee8f1a5a6f330d55b3 /games/frotz/Makefile
parentb9e65cf9e3950d46f5c89c8d34d75691915f94a1 (diff)
downloadports-78cf6f76947d4db81649974ad771334dcbfee268.tar.gz
ports-78cf6f76947d4db81649974ad771334dcbfee268.zip
o update MASTER_SITES; update DESCR accordingly
o un"echo" commands on Makefile o switch maintainership over to submitter PR: 30537 Submitted by: Adam Kranzel <adam@alameda.edu>
Notes
Notes: svn path=/head/; revision=47782
Diffstat (limited to 'games/frotz/Makefile')
-rw-r--r--games/frotz/Makefile10
1 files changed, 5 insertions, 5 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