aboutsummaryrefslogtreecommitdiffstats
path: root/games/cryptoslam
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-30 10:50:27 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-30 10:50:27 +0800
commitf55431a8d1adc783966829cc20c13f8a8b1f8d2a (patch)
tree0365b2c8f70162a32a46c986ab39d12c562fadaf /games/cryptoslam
parent6295b7b9e0570c420742d9fee3ee55a4a1ff24f7 (diff)
downloadfreebsd-ports-gnome-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.tar.gz
freebsd-ports-gnome-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.tar.zst
freebsd-ports-gnome-f55431a8d1adc783966829cc20c13f8a8b1f8d2a.zip
Replace ${PERL} with ${REINPLACE_CMD}
PR: 40012 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'games/cryptoslam')
-rw-r--r--games/cryptoslam/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/cryptoslam/Makefile b/games/cryptoslam/Makefile
index d1bd194d93fa..3c28e99d33f1 100644
--- a/games/cryptoslam/Makefile
+++ b/games/cryptoslam/Makefile
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
+USE_REINPLACE= yes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
@@ -23,7 +25,7 @@ CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses \
.endif
post-patch:
- @${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cryptoslam ${PREFIX}/bin