summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-27 06:13:35 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-27 06:13:35 +0000
commit939eab9dd083f1ded04b0cee7244d050e4260d2a (patch)
tree535eb5cc0b733088584c84d1c018df3c8376f98d /chinese
parentPoint 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
Notes
Notes: svn path=/head/; revision=32029
Diffstat (limited to 'chinese')
-rw-r--r--chinese/Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/chinese/Makefile.inc b/chinese/Makefile.inc
index 53f91c1412d7..a1148be38a51 100644
--- a/chinese/Makefile.inc
+++ b/chinese/Makefile.inc
@@ -1,4 +1,8 @@
# $FreeBSD$
#
-PKGNAMEPREFIX?= zh-
+.if defined(PKGNAMEPREFIX)
+PKGNAMEPREFIX:= zh-${PKGNAMEPREFIX}
+.else
+PKGNAMEPREFIX= zh-
+.endif