diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 05:33:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 05:33:51 +0000 |
commit | a4fc6158f566f3061d1acce1ef519be9cd17a69a (patch) | |
tree | eb22256c13100460a384a64ae5d3fbefbaab9ab7 /games/pengpong | |
parent | f720ee1568631cec981d47b6deaf26f18bc44159 (diff) |
Notes
Diffstat (limited to 'games/pengpong')
-rw-r--r-- | games/pengpong/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/games/pengpong/Makefile b/games/pengpong/Makefile index 2844fb42db5a..5808c5bf042d 100644 --- a/games/pengpong/Makefile +++ b/games/pengpong/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pengpong -# Date created: Fri Aug 24 18:21:25 EDT 2001 -# Whom: Patrick Li <pat@databits.net> -# +# Created by: Patrick Li <pat@databits.net> # $FreeBSD$ -# PORTNAME= pengpong PORTVERSION= 0.3 @@ -22,11 +18,9 @@ DATAFILES= 24P_Copperplate_Blue.png ball.tga logo.jpg \ paddle.tga red.png pre-patch: - @${PERL} -pi.orig -e \ - 's|/usr/local/share/games/pengpong|${DATADIR}|' \ + @${REINPLACE_CMD} -i '' -e 's|/usr/local/share/games/pengpong|${DATADIR}|' \ ${WRKSRC}/files.h - @${PERL} -pi.orig -e 's|0.2|${PORTVERSION}|' \ - ${WRKSRC}/pengpong.cpp + @${REINPLACE_CMD} -i '' -e 's|V 0.2|V ${PORTVERSION}|' ${WRKSRC}/pengpong.cpp do-install: .ifndef(NOPORTDOCS) |