summaryrefslogtreecommitdiff
path: root/korean/engdic/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:35:01 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:35:01 +0000
commit6097f03e914afc72ab11bca0cf311ad5f1fd15e3 (patch)
treea7f557a98d36da0017550c4118cccf1e4d496c25 /korean/engdic/Makefile
parentPERL -> REINPLACE (diff)
PERL -> REINPLACE
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69424
Diffstat (limited to '')
-rw-r--r--korean/engdic/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/korean/engdic/Makefile b/korean/engdic/Makefile
index 8bc1f9e4cfef..2081001089e8 100644
--- a/korean/engdic/Makefile
+++ b/korean/engdic/Makefile
@@ -14,10 +14,11 @@ MASTER_SITES= ftp://ftp.holywar.net/pub/engdic/ \
MAINTAINER= hollywar@mail.holywar.net
ALL_TARGET= clean all
+USE_REINPLACE= yes
post-patch:
@for f in ${WRKSRC}/Makefile ${WRKSRC}/engdic.h; do \
- ${PERL} -pi -e 's,/usr/local,${PREFIX},g' $$f; \
+ ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' $$f; \
done
.include <bsd.port.mk>