aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 03:26:23 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 03:26:23 +0000
commitb296ebbde0275af2a33ea31d7760a1875485a8ef (patch)
tree839f90cc0935f4e643488631717d183cff649c8a /comms
parentb8a64d94ec2c611f91740140ab3d7d46cbd3a203 (diff)
downloadports-b296ebbde0275af2a33ea31d7760a1875485a8ef.tar.gz
ports-b296ebbde0275af2a33ea31d7760a1875485a8ef.zip
PERL -> REINPLACE
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69433
Diffstat (limited to 'comms')
-rw-r--r--comms/ecu/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile
index 3a4f191e5d0f..da108f49da0f 100644
--- a/comms/ecu/Makefile
+++ b/comms/ecu/Makefile
@@ -12,13 +12,15 @@ MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/
MAINTAINER= ache@FreeBSD.org
+USE_REINPLACE= yes
+
do-configure:
cd ${WRKSRC}; yes "" | ./Configure
pre-patch:
- @${PERL} -pi.orig -e "s@#include +<malloc.h>@@g" \
- ${WRKSRC}/ecu.h ${WRKSRC}/ecunumrev.c ${WRKSRC}/ptyfork.c \
- ${WRKSRC}/qmake.c ${WRKSRC}/unsupported/tts/tts.c
+ @${REINPLACE_CMD} -e "s@#include +<malloc.h>@@g" \
+ ${WRKSRC}/ecu.h ${WRKSRC}/ecunumrev.c ${WRKSRC}/ptyfork.c \
+ ${WRKSRC}/qmake.c ${WRKSRC}/unsupported/tts/tts.c
post-install:
cd ${WRKSRC}/doc; \