diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2002-06-04 06:21:58 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2002-06-04 06:21:58 +0000 |
commit | dc6b70ff75f6a52bfd391986f8082434073de4b8 (patch) | |
tree | 1cedf3a21e74f66d1b4a06494bafa1d61ac475f3 /korean | |
parent | 0db2c8c60c55cbfd2e64d984434db55db693064e (diff) | |
download | ports-dc6b70ff75f6a52bfd391986f8082434073de4b8.tar.gz ports-dc6b70ff75f6a52bfd391986f8082434073de4b8.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/engdic/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/korean/engdic/Makefile b/korean/engdic/Makefile index 032a825d46cd..8bc1f9e4cfef 100644 --- a/korean/engdic/Makefile +++ b/korean/engdic/Makefile @@ -15,4 +15,9 @@ MAINTAINER= hollywar@mail.holywar.net ALL_TARGET= clean all +post-patch: + @for f in ${WRKSRC}/Makefile ${WRKSRC}/engdic.h; do \ + ${PERL} -pi -e 's,/usr/local,${PREFIX},g' $$f; \ + done + .include <bsd.port.mk> |