aboutsummaryrefslogtreecommitdiffstats
path: root/games/tinymux/Makefile
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/tinymux/Makefile
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/tinymux/Makefile')
-rw-r--r--games/tinymux/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tinymux/Makefile b/games/tinymux/Makefile
index 29f46c1dd6d9..ace33bf473a0 100644
--- a/games/tinymux/Makefile
+++ b/games/tinymux/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
WRKSRC= ${WRKDIR}/src
+USE_REINPLACE= yes
USE_AUTOCONF= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
@@ -25,7 +26,7 @@ post-extract:
@${RM} -f ${WRKSRC}/gdbm.h
post-patch:
- @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' ${WRKSRC}/udb_ochunk.c
+ @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' ${WRKSRC}/udb_ochunk.c
#
# Distribution does not include an install target. So here it is.