diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 01:23:30 +0800 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 01:23:30 +0800 |
commit | 3b9032fabc47df7c423b0fe802d1060c7b4e5816 (patch) | |
tree | bc94b068979a41f61931d2bd7979481f6acd573b /misc/bb | |
parent | 7b3cf63dbe867642387b83d0d46a6ef77e970a05 (diff) | |
download | freebsd-ports-gnome-3b9032fabc47df7c423b0fe802d1060c7b4e5816.tar.gz freebsd-ports-gnome-3b9032fabc47df7c423b0fe802d1060c7b4e5816.tar.zst freebsd-ports-gnome-3b9032fabc47df7c423b0fe802d1060c7b4e5816.zip |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39665
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'misc/bb')
-rw-r--r-- | misc/bb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/bb/Makefile b/misc/bb/Makefile index b18f2ea0c429..4e72b492d276 100644 --- a/misc/bb/Makefile +++ b/misc/bb/Makefile @@ -17,12 +17,13 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ mikmod.2:${PORTSDIR}/audio/libmikmod +USE_REINPLACE= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/bb-1.3.0 MAN1= bb.1 pre-patch: - ${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e "s@#include +<malloc.h>@#include <stdlib.h>@g" + @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -E -e "s@#include +<malloc.h>@#include <stdlib.h>@g" post-install: .if !defined(NOPORTDOCS) |