diff options
author | keith <keith@FreeBSD.org> | 2000-11-15 02:24:35 +0000 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2000-11-15 02:24:35 +0000 |
commit | df462743693c6fabc45ca3fcf73d4fac2937a2fe (patch) | |
tree | c5ea26434b45c7b0e8a1805b0a5702b16fc53edf /chinese/linux-netscape47-communicator | |
parent | a0e3a9748414e8b5bce83e2557eee70d215d91bc (diff) | |
download | FreeBSD-ports-df462743693c6fabc45ca3fcf73d4fac2937a2fe.zip FreeBSD-ports-df462743693c6fabc45ca3fcf73d4fac2937a2fe.tar.gz |
Specify PKGNAMEPREFIX as zh_TW to conform to porter's handbook.
Thanks to asami and bento.
Diffstat (limited to 'chinese/linux-netscape47-communicator')
-rw-r--r-- | chinese/linux-netscape47-communicator/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/linux-netscape47-communicator/Makefile b/chinese/linux-netscape47-communicator/Makefile index 8c2c8c6..d817acb 100644 --- a/chinese/linux-netscape47-communicator/Makefile +++ b/chinese/linux-netscape47-communicator/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= ${REGION}-netscape-${BROWSER_ARC} +PORTNAME= netscape-${BROWSER_ARC} PORTVERSION= ${BROWSER_VERSION} CATEGORIES= chinese www MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ @@ -21,6 +21,7 @@ RUN_DEPENDS?= \ ${X11BASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf # These variables can be defined in ports that include this Makefile. +PKGNAMEPREFIX?= zh_TW- LOCALE?= zh_TW.Big5 REGION?= tw BROWSER?= communicator |