diff options
author | keith <keith@FreeBSD.org> | 2000-11-15 10:24:35 +0800 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2000-11-15 10:24:35 +0800 |
commit | df462743693c6fabc45ca3fcf73d4fac2937a2fe (patch) | |
tree | c5ea26434b45c7b0e8a1805b0a5702b16fc53edf /chinese | |
parent | a0e3a9748414e8b5bce83e2557eee70d215d91bc (diff) | |
download | freebsd-ports-gnome-df462743693c6fabc45ca3fcf73d4fac2937a2fe.tar.gz freebsd-ports-gnome-df462743693c6fabc45ca3fcf73d4fac2937a2fe.tar.zst freebsd-ports-gnome-df462743693c6fabc45ca3fcf73d4fac2937a2fe.zip |
Specify PKGNAMEPREFIX as zh_TW to conform to porter's handbook.
Thanks to asami and bento.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/linux-netscape47-communicator/Makefile | 3 | ||||
-rw-r--r-- | chinese/netscape47-communicator/Makefile | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/chinese/linux-netscape47-communicator/Makefile b/chinese/linux-netscape47-communicator/Makefile index 8c2c8c640661..d817acb9e926 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 diff --git a/chinese/netscape47-communicator/Makefile b/chinese/netscape47-communicator/Makefile index 0230e754a9e8..3a4440c91cd2 100644 --- a/chinese/netscape47-communicator/Makefile +++ b/chinese/netscape47-communicator/Makefile @@ -2,10 +2,10 @@ # Date created: 11 Mar 2000 # Whom: Jing-Tang Keith Jang <keith@FreeBSD.org> # -# $FreeBSD: /tmp/pcvs/ports/chinese/netscape47-communicator/Attic/Makefile,v 1.2 2000-11-06 18:14:52 keith Exp $ +# $FreeBSD: /tmp/pcvs/ports/chinese/netscape47-communicator/Attic/Makefile,v 1.3 2000-11-15 02:24:24 keith Exp $ # -PORTNAME= ${REGION}-netscape-${BROWSER_ARC} +PORTNAME= netscape-${BROWSER_ARC} PORTVERSION= ${BROWSER_VERSION} CATEGORIES= chinese www MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ @@ -23,6 +23,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 |