diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 11:26:23 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 11:26:23 +0800 |
commit | 0561e8cc792fed16926121baab3e707971e5e3d7 (patch) | |
tree | cb421612f6768c806dc1566372b209b9a551e443 /comms | |
parent | 690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd (diff) | |
download | freebsd-ports-gnome-0561e8cc792fed16926121baab3e707971e5e3d7.tar.gz freebsd-ports-gnome-0561e8cc792fed16926121baab3e707971e5e3d7.tar.zst freebsd-ports-gnome-0561e8cc792fed16926121baab3e707971e5e3d7.zip |
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ecu/Makefile | 8 |
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; \ |