diff options
author | foxfair <foxfair@FreeBSD.org> | 1999-02-12 16:39:39 +0000 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 1999-02-12 16:39:39 +0000 |
commit | b35544fe418f1ee54a1f9cbd713827cda11f675e (patch) | |
tree | b5d7dc13c32fda5e10afcfe058b8d3aa70a0bc01 /chinese | |
parent | 71131a80eab1f53c51058ff38992193656c75db3 (diff) | |
download | FreeBSD-ports-b35544fe418f1ee54a1f9cbd713827cda11f675e.zip FreeBSD-ports-b35544fe418f1ee54a1f9cbd713827cda11f675e.tar.gz |
Update big5con to 0.92e. Fixed building error for 3.0-19990209-STABLE.
PR 10047
Submitted by: maintainer <woju@freebsd.ee.ntu.edu.tw>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/big5con/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile index 909f15b..6c472d9 100644 --- a/chinese/big5con/Makefile +++ b/chinese/big5con/Makefile @@ -3,19 +3,19 @@ # Date created: 07 Jan 1997 # Whom: Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw> # -# $Id: Makefile,v 1.8 1998/10/08 15:29:40 vanilla Exp $ +# $Id: Makefile,v 1.9 1999/01/06 05:00:25 simokawa Exp $ # -DISTNAME= big5con-0.92d -PKGNAME= zh-big5con-0.92d +DISTNAME= big5con-0.92e +PKGNAME= zh-big5con-0.92e CATEGORIES= chinese MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/woju/source/ \ ftp://freebsd.ntu.edu.tw/freebsd/woju/binary/ \ - ftp://ftp.hinet.net/OS/FreeBSD/taiwan/NTU/woju/source/ \ - ftp://ftp.hinet.net/OS/FreeBSD/taiwan/NTU/woju/binary/ \ + ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/source/ \ + ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/binary/ \ ftp://freebsd.csie.nctu.edu.tw/pub/taiwan/NTU/woju/source/ \ ftp://freebsd.csie.nctu.edu.tw/pub/taiwan/NTU/woju/binary/ -DISTFILES= big5con-0.92d.tgz b5cbin-pa.tgz +DISTFILES= big5con-0.92e.tgz b5cbin-pa.tgz MAINTAINER= woju@freebsd.ee.ntu.edu.tw @@ -24,8 +24,12 @@ ONLY_FOR_ARCHS= i386 EXTRACT_ONLY= ${DISTNAME}.tgz # With the help from pa@freebsd.ee.ntu.edu.tw -# 0.92d use kc-fonts, whcih can be included in cdrom, instead of taipei-fonts. +# +0.92d use kc-fonts, whcih can be included in cdrom, instead of taipei-fonts. # Note: 0.92c is restricted due to the taipei-fonts-copyright. +# +# 1999/02/12: 0.92d -> 0.92e +# Fix some bugs +# ftp://bsd.sinica.edu.tw/pub/FreeBSD/taiwan/users/woju/source/b5c-d2e.patch pre-install: @if [ ! -f ${PREFIX}/lib/fonts/kc16.smf ]; then \ |