diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:35:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:35:01 +0000 |
commit | 6097f03e914afc72ab11bca0cf311ad5f1fd15e3 (patch) | |
tree | a7f557a98d36da0017550c4118cccf1e4d496c25 /korean | |
parent | a6429924fc57a145369eb5b2d3d0f45c65656b19 (diff) |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/engdic/Makefile | 3 |
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> |