summaryrefslogtreecommitdiff
path: root/korean/engdic
diff options
context:
space:
mode:
Diffstat (limited to 'korean/engdic')
-rw-r--r--korean/engdic/Makefile5
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>