diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-15 02:24:35 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2000-11-15 02:24:35 +0000 |
commit | 994525a5de5cc4e0c9e97b8a0b0893828f4b9dad (patch) | |
tree | 62819bded04ca8537bacad0aafb57e70af0cd26d /chinese/netscape47-communicator | |
parent | fcf874293c54849b2d1ec5ff9ce40470a37a83f3 (diff) |
Specify PKGNAMEPREFIX as zh_TW to conform to porter's handbook.
Thanks to asami and bento.
Notes
Notes:
svn path=/head/; revision=35155
Diffstat (limited to 'chinese/netscape47-communicator')
-rw-r--r-- | chinese/netscape47-communicator/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |