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 /graphics/gdchart/Makefile | |
parent | Update for a new patchset, which has only different comments. (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 'graphics/gdchart/Makefile')
-rw-r--r-- | graphics/gdchart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 5d5173c6e386..c9c5712549c4 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -17,11 +17,12 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd +USE_REINPLACE= yes MAKEFILE= makefile WRKSRC= ${WRKDIR}/${DISTNAME} post-patch: - ${PERL} -i -pe 's/^#ifdef HAVE_JPEG/#ifndef NO_JPEG/' ${WRKSRC}/*.[ch] + ${REINPLACE_CMD} -e 's/^#ifdef HAVE_JPEG/#ifndef NO_JPEG/' ${WRKSRC}/*.[ch] do-install: ${INSTALL_DATA} ${WRKSRC}/libgdchart.a ${PREFIX}/lib |