aboutsummaryrefslogtreecommitdiff
path: root/games/0verkill
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-12-15 04:15:05 +0000
committerPatrick Li <pat@FreeBSD.org>2002-12-15 04:15:05 +0000
commite494d229052a5396f22112673ca6e1ae00015b61 (patch)
tree6d470dc072c14ff6dd955b2d16afa2f2e05e4ba8 /games/0verkill
parentf94d945246156273a8974b75c51df8caedabed88 (diff)
downloadports-e494d229052a5396f22112673ca6e1ae00015b61.tar.gz
ports-e494d229052a5396f22112673ca6e1ae00015b61.zip
Fix patching and give maintainership to submitter.
PR: ports/46190 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Notes
Notes: svn path=/head/; revision=71650
Diffstat (limited to 'games/0verkill')
-rw-r--r--games/0verkill/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/0verkill/Makefile b/games/0verkill/Makefile
index 59fb7e9f068d..49e069953550 100644
--- a/games/0verkill/Makefile
+++ b/games/0verkill/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= games
MASTER_SITES= http://artax.karlin.mff.cuni.cz/~brain/0verkill/release/
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mich@freebsdcluster.org
USE_REINPLACE= yes
GNU_CONFIGURE= yes
@@ -33,7 +33,7 @@ pre-everything::
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|data/|${DATADIR}/data|g' ${WRKSRC}/cfg.h
+ @${REINPLACE_CMD} -e 's|data/|${DATADIR}/data/|g' ${WRKSRC}/cfg.h
@${REINPLACE_CMD} -e 's|grx/|${DATADIR}/grx/|g' ${WRKSRC}/data/sprites.dat
@${REINPLACE_CMD} -e 's|-O3 ||g ; \
s|gcc |\$$\(CC\) |g' ${WRKSRC}/Makefile.in
@@ -57,7 +57,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/grx/* ${DATADIR}/grx
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in AUTHORS README.html avi.txt bot.txt doc.html
+.for file in AUTHORS README.html avi.txt bot.txt doc.html
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif