diff options
Diffstat (limited to 'databases/dbview')
-rw-r--r-- | databases/dbview/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/dbview/Makefile b/databases/dbview/Makefile index 31eeb8e6b98b..6bab341584e2 100644 --- a/databases/dbview/Makefile +++ b/databases/dbview/Makefile @@ -18,9 +18,10 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt MAN1= dbview.1 +USE_REINPLACE= yes pre-patch: - @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ + @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/db_dump.c do-install: |