From 534fffca27bb18f7529d548c46ee3326505a89c7 Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Sun, 1 Sep 2002 16:07:59 +0000 Subject: ${PERL} -> ${REINPLACE_CMD} PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net --- graphics/gd1/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/gd1/Makefile') diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index 3f7ba6ad7696..9f2c6e2b5d12 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/Makefile @@ -29,6 +29,7 @@ BUILD_DEPENDS+= bzip2:${PORTSDIR}/archivers/bzip2 FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config +USE_REINPLACE= yes MAKE_ENV= FREETYPE_CONFIG="${FREETYPE_CONFIG}" INSTALLS_SHLIB= yes @@ -49,7 +50,7 @@ post-extract: > ${WRKSRC}/gd_gif_in.c post-patch: - @${PERL} -pi -e 's|||g' ${WRKSRC}/gdcache.h + @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/gdcache.h post-install: .if !defined(NOPORTDOCS) -- cgit v1.2.3