diff options
author | pat <pat@FreeBSD.org> | 2002-12-15 04:15:05 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-12-15 04:15:05 +0000 |
commit | 003489668dcb0aaa140bdbc0beda731fd6b097d4 (patch) | |
tree | ea1aa2db954bb2a5f7874b56605a77dc4a97f8ba /games/0verkill | |
parent | 3bc0b5a28e8c2e2716e0556b47faa3184304867a (diff) | |
download | FreeBSD-ports-003489668dcb0aaa140bdbc0beda731fd6b097d4.zip FreeBSD-ports-003489668dcb0aaa140bdbc0beda731fd6b097d4.tar.gz |
Fix patching and give maintainership to submitter.
PR: ports/46190
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Diffstat (limited to 'games/0verkill')
-rw-r--r-- | games/0verkill/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/0verkill/Makefile b/games/0verkill/Makefile index 59fb7e9..49e0699 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 |