diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-01 16:07:59 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-09-01 16:07:59 +0000 |
commit | 534fffca27bb18f7529d548c46ee3326505a89c7 (patch) | |
tree | a09ac440edd299d85a3517dea62caa2b115543fc /databases/typhoon | |
parent | 5bc499ce47fa1a8da853b36cc61cddf06075d203 (diff) |
${PERL} -> ${REINPLACE_CMD}
PR: 40784
Submitted by: corecode@corecode.ath.cx
Reviewed by: flynn@energyhq.homeip.net
Notes
Notes:
svn path=/head/; revision=65426
Diffstat (limited to 'databases/typhoon')
-rw-r--r-- | databases/typhoon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/typhoon/Makefile b/databases/typhoon/Makefile index 5ccf9f205470..94cc3132278a 100644 --- a/databases/typhoon/Makefile +++ b/databases/typhoon/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org HAS_CONFIGURE= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes MAN1= ddlp.1 @@ -25,7 +26,7 @@ MAN3= d_close.3 d_crget.3 d_crread.3 d_crset.3 d_dbdpath.3 d_dbfpath.3 \ d_recread.3 d_recwrite.3 d_setfiles.3 pre-patch: - @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \ + @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ ${WRKSRC}/util/dbdview.c post-install: |