diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 18:36:39 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-25 18:36:39 +0000 |
commit | c2e96a6fd15ffeb729ad724a29f33c91d1eafc84 (patch) | |
tree | 5163ba03df5b625ecccf34756ce8597ed008cfd5 /devel/tvision | |
parent | 82098a30f3f2c8a57f6f5d88e7c5b0f4898eed3c (diff) |
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39842
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes:
svn path=/head/; revision=61964
Diffstat (limited to 'devel/tvision')
-rw-r--r-- | devel/tvision/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index 9980d12c5697..5964e837477e 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= devel/lang/c++ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes @@ -23,9 +24,9 @@ post-extract: @${MV} ${WRKSRC}/myendian.h ${WRKSRC}/lib post-patch: - @${PERL} -pi -e 's,myendian.h,tvision/myendian.h,g' \ + @${REINPLACE_CMD} -e 's,myendian.h,tvision/myendian.h,g' \ ${WRKSRC}/lib/drawbuf.h ${WRKSRC}/lib/system.h - @${PERL} -pi -e 's,menus.h msgbox.h,menus.h msgbox.h myendian.h,' \ + @${REINPLACE_CMD} -e 's,menus.h msgbox.h,menus.h msgbox.h myendian.h,' \ ${WRKSRC}/lib/Makefile.in .include <bsd.port.mk> |