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/showimg/Makefile | |
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 'graphics/showimg/Makefile')
-rw-r--r-- | graphics/showimg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/showimg/Makefile b/graphics/showimg/Makefile index 2cedbe1d1b62..7ca7299f1922 100644 --- a/graphics/showimg/Makefile +++ b/graphics/showimg/Makefile @@ -18,10 +18,11 @@ LIB_DEPENDS= png:${PORTSDIR}/graphics/png \ USE_QT_VER= 2 USE_KDEBASE_VER= 2 +USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GMAKE= yes post-patch: - @${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/showimg/Makefile.in + @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/showimg/Makefile.in .include <bsd.port.mk> |