diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 03:17:29 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 03:17:29 +0000 |
commit | 690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd (patch) | |
tree | 2cdd4a2b9a4f727046ab669be268f18bab7f2d42 /comms/plp | |
parent | 266a6d44cdb9993738dffb2c3b706a6ca59eeb36 (diff) | |
download | FreeBSD-ports-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.zip FreeBSD-ports-690d5eb77dfe38a8ae1bee0d3c26e53669d15fcd.tar.gz |
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento
Diffstat (limited to 'comms/plp')
-rw-r--r-- | comms/plp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/plp/Makefile b/comms/plp/Makefile index cc2105b..7aaf892 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -16,10 +16,11 @@ DISTNAME= ${PORTNAME}_1_8 MAINTAINER= maurice@serc.rmit.edu.au USE_GMAKE= yes +USE_REINPLACE= yes pre-patch: .for files in packet.cc socketchan.cc - @${PERL} -pi -e 's|malloc.h|stdlib.h|' ${WRKSRC}/ncp/${files} + @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/ncp/${files} .endfor do-install: |