diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 10:35:01 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 10:35:01 +0800 |
commit | 1b7bb332fa18b58d935d7c527a75470c92de2626 (patch) | |
tree | 2f4141a4af38a668cf36cef3a620918d857e0a08 /korean | |
parent | ae62427d6d6725d1b89cb124a2b9df1780c3a6c0 (diff) | |
download | freebsd-ports-gnome-1b7bb332fa18b58d935d7c527a75470c92de2626.tar.gz freebsd-ports-gnome-1b7bb332fa18b58d935d7c527a75470c92de2626.tar.zst freebsd-ports-gnome-1b7bb332fa18b58d935d7c527a75470c92de2626.zip |
PERL -> REINPLACE
Noticed on: bento
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> |