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/p5-Games-Bingo | |
parent | f720ee1568631cec981d47b6deaf26f18bc44159 (diff) |
Notes
Diffstat (limited to 'games/p5-Games-Bingo')
-rw-r--r-- | games/p5-Games-Bingo/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/p5-Games-Bingo/Makefile b/games/p5-Games-Bingo/Makefile index 165a47e69968..8d4347c33413 100644 --- a/games/p5-Games-Bingo/Makefile +++ b/games/p5-Games-Bingo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Games-Bingo -# Date created: 14. August 2003 -# Whom: Lars Thegler <lars@thegler.dk> -# +# Created by: Lars Thegler <lars@thegler.dk> # $FreeBSD$ -# PORTNAME= Games-Bingo PORTVERSION= 0.15 @@ -26,6 +22,6 @@ MAN3= Games::Bingo.3 \ .include <bsd.port.pre.mk> post-patch: - @${PERL} -pi -e '$$_="" if m|Test::|' ${WRKSRC}/Build.PL + @${REINPLACE_CMD} -i '' '/Test::/d' ${WRKSRC}/Build.PL .include <bsd.port.post.mk> |