diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:26:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:26:23 +0000 |
commit | b296ebbde0275af2a33ea31d7760a1875485a8ef (patch) | |
tree | 839f90cc0935f4e643488631717d183cff649c8a /comms/ecu | |
parent | b8a64d94ec2c611f91740140ab3d7d46cbd3a203 (diff) | |
download | ports-b296ebbde0275af2a33ea31d7760a1875485a8ef.tar.gz ports-b296ebbde0275af2a33ea31d7760a1875485a8ef.zip |
Notes
Diffstat (limited to 'comms/ecu')
-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; \ |