diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-27 06:13:35 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-27 06:13:35 +0000 |
commit | 939eab9dd083f1ded04b0cee7244d050e4260d2a (patch) | |
tree | 535eb5cc0b733088584c84d1c018df3c8376f98d /korean/Makefile.inc | |
parent | Point people at a different webpage as this one has the TIS Firewall (diff) |
PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.
No response from: ports list, PW
Diffstat (limited to 'korean/Makefile.inc')
-rw-r--r-- | korean/Makefile.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/korean/Makefile.inc b/korean/Makefile.inc index 2a636862b1ab..204f012e4866 100644 --- a/korean/Makefile.inc +++ b/korean/Makefile.inc @@ -1,4 +1,8 @@ # $FreeBSD$ # -PKGNAMEPREFIX?= ko- +.if defined(PKGNAMEPREFIX) +PKGNAMEPREFIX:= ko-${PKGNAMEPREFIX} +.else +PKGNAMEPREFIX= ko- +.endif |