summaryrefslogtreecommitdiff
path: root/games/deal
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 03:17:29 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 03:17:29 +0000
commitb8a64d94ec2c611f91740140ab3d7d46cbd3a203 (patch)
tree5efc52c313ebe1d542732f5d8ef5765d631f0c11 /games/deal
parent- Fix GGC problem on current (diff)
PERL -> REINPLACE
and USE_PERL5 in some places Noticed by: bento
Notes
Notes: svn path=/head/; revision=69432
Diffstat (limited to 'games/deal')
-rw-r--r--games/deal/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/deal/Makefile b/games/deal/Makefile
index 213ff7cec59d..4ec132ca61ef 100644
--- a/games/deal/Makefile
+++ b/games/deal/Makefile
@@ -13,10 +13,12 @@ MASTER_SITES= http://www.tuxedo.org/~esr/deal/
MAINTAINER= markp@FreeBSD.org
ALL_TARGET= deal
+USE_REINPLACE= yes
+
MAN1= deal.1
pre-build:
- ${PERL} -pi -e "s@-g@${CFLAGS}@g" ${WRKSRC}/Makefile
+ ${REINPLACE_CMD} -e "s@-g@${CFLAGS}@g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/deal ${PREFIX}/bin