diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-27 16:52:51 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-27 16:52:51 +0000 |
commit | 2e87c89fc5e16deb207adcbb0f7cbb1f27cfed05 (patch) | |
tree | 9b1e47232ef5d5948a1c3465db51086898b8c450 /korean/Makefile.inc | |
parent | Add the db3 port. (diff) |
Back out the previous commit. That one has a problem which occurs on
cross-language master-slave ports.
I just wonder how I could overlook this. I thought I tested with Wnn,
netscape and so on. *sigh*
Yes, I know how I can fix it, but I'd certainly back out first.
Reported by: steve
Pointy hat to: knu
Diffstat (limited to 'korean/Makefile.inc')
-rw-r--r-- | korean/Makefile.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/korean/Makefile.inc b/korean/Makefile.inc index 204f012e4866..2a636862b1ab 100644 --- a/korean/Makefile.inc +++ b/korean/Makefile.inc @@ -1,8 +1,4 @@ # $FreeBSD$ # -.if defined(PKGNAMEPREFIX) -PKGNAMEPREFIX:= ko-${PKGNAMEPREFIX} -.else -PKGNAMEPREFIX= ko- -.endif +PKGNAMEPREFIX?= ko- |