aboutsummaryrefslogtreecommitdiff
path: root/korean/engdic/Makefile
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2002-06-04 06:21:58 +0000
committerCHOI Junho <cjh@FreeBSD.org>2002-06-04 06:21:58 +0000
commitdc6b70ff75f6a52bfd391986f8082434073de4b8 (patch)
tree1cedf3a21e74f66d1b4a06494bafa1d61ac475f3 /korean/engdic/Makefile
parent0db2c8c60c55cbfd2e64d984434db55db693064e (diff)
downloadports-dc6b70ff75f6a52bfd391986f8082434073de4b8.tar.gz
ports-dc6b70ff75f6a52bfd391986f8082434073de4b8.zip
Respect PREFIX.
PR: ports/38827 Submitted by: Hye-Shik Chang <perky@fallin.lv>
Notes
Notes: svn path=/head/; revision=60572
Diffstat (limited to 'korean/engdic/Makefile')
-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>