diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-05-01 12:51:24 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-05-01 12:51:24 +0800 |
commit | c364cd18ae313f534127e3e9a3dfa3ae407b5139 (patch) | |
tree | e0c7e7869e33ed0d08676a671a2e04de037f8ead /chinese/fireflyttf/Makefile | |
parent | 9a6961bc46b0e027ff7ee3ed821d35d55b581c88 (diff) | |
download | freebsd-ports-graphics-c364cd18ae313f534127e3e9a3dfa3ae407b5139.tar.gz freebsd-ports-graphics-c364cd18ae313f534127e3e9a3dfa3ae407b5139.tar.zst freebsd-ports-graphics-c364cd18ae313f534127e3e9a3dfa3ae407b5139.zip |
update to 1.3.0.
PR: ports/80493
Submitted by: maintainer
Diffstat (limited to 'chinese/fireflyttf/Makefile')
-rw-r--r-- | chinese/fireflyttf/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/chinese/fireflyttf/Makefile b/chinese/fireflyttf/Makefile index 4a27ba8012d..3b073e3bcce 100644 --- a/chinese/fireflyttf/Makefile +++ b/chinese/fireflyttf/Makefile @@ -6,21 +6,18 @@ # PORTNAME= fireflyttf -PORTVERSION= 1.2.6 -PORTREVISION= 0 +PORTVERSION= 1.3.0 CATEGORIES= chinese x11-fonts MASTER_SITES= http://www.study-area.org/apt/firefly-font/ -DISTNAME= fireflysung.ttf -EXTRACT_SUFX= .gz +DISTNAME= fireflysung-${PORTVERSION} MAINTAINER= statue@freebsd.sinica.edu.tw COMMENT= Firefly TrueType Font is combine of two arphic sung fonts NO_BUILD= yes -WRKSRC= ${WRKDIR} -EXTRACT_AFTER_ARGS= > ${DISTNAME} +WRKSRC= ${WRKDIR}/${DISTNAME} -TTF= ${DISTNAME} +TTF= fireflysung.ttf .if !defined(WITHOUT_X11) PLIST_SUB+= X11="" |