diff options
author | keith <keith@FreeBSD.org> | 2001-02-01 14:17:20 +0800 |
---|---|---|
committer | keith <keith@FreeBSD.org> | 2001-02-01 14:17:20 +0800 |
commit | a61c0b6fb8cf89cd9b035e51a94f6d9f6d69614b (patch) | |
tree | 106ebfcb313f09889992d96614f5b1a67a0f02fc /chinese/ttfm | |
parent | 384c92dd7d78bf7699c24f73aaccf4e6aefd85da (diff) | |
download | freebsd-ports-gnome-a61c0b6fb8cf89cd9b035e51a94f6d9f6d69614b.tar.gz freebsd-ports-gnome-a61c0b6fb8cf89cd9b035e51a94f6d9f6d69614b.tar.zst freebsd-ports-gnome-a61c0b6fb8cf89cd9b035e51a94f6d9f6d69614b.zip |
Update to 0.9.3. This version supports Ghostscript 6.50, and
a new abiword module and a man page were added.
Diffstat (limited to 'chinese/ttfm')
-rw-r--r-- | chinese/ttfm/Makefile | 9 | ||||
-rw-r--r-- | chinese/ttfm/distinfo | 2 | ||||
-rw-r--r-- | chinese/ttfm/pkg-plist | 1 |
3 files changed, 8 insertions, 4 deletions
diff --git a/chinese/ttfm/Makefile b/chinese/ttfm/Makefile index d7fd45e63b5d..c19db0ff70f9 100644 --- a/chinese/ttfm/Makefile +++ b/chinese/ttfm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ttfm -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.3 CATEGORIES= chinese print MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/keith/ttfm/ @@ -14,7 +14,7 @@ MAINTAINER= keith@FreeBSD.org USE_FREETYPE= yes -FONTSDIR= ${PREFIX}/share/fonts/ttf/ +FONTSDIR= ${PREFIX}/share/fonts/TrueType/ MODULESDIR= ${PREFIX}/share/ttfm/ do-install: @@ -24,8 +24,9 @@ do-install: .for doc in README USAGE @${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/ttfm .endfor + @${INSTALL_MAN} ${WRKSRC}/ttfm.sh.1 ${PREFIX}/man/man1 @${MKDIR} ${MODULESDIR} -.for module in ghostscript6.ttfm xfreetype.ttfm xttfm.ttfm +.for module in abiword.ttfm ghostscript6.ttfm xfreetype.ttfm xttfm.ttfm @${INSTALL_SCRIPT} ${WRKSRC}/modules/${module} ${MODULESDIR} .endfor .for module in chitex.ttfm ttf2pk.ttfm xttfm-tcl.ttfm @@ -33,4 +34,6 @@ do-install: .endfor @${MKDIR} ${FONTSDIR} +MAN1= ttfm.sh.1 + .include <bsd.port.mk> diff --git a/chinese/ttfm/distinfo b/chinese/ttfm/distinfo index e398b330d09f..087512ca05c1 100644 --- a/chinese/ttfm/distinfo +++ b/chinese/ttfm/distinfo @@ -1 +1 @@ -MD5 (ttfm-0.9.2.tar.gz) = 7ca4699a0c319f7a9025d7da38a11f7d +MD5 (ttfm-0.9.3.tar.gz) = fb9fb633adafa3523b5d4c222c848417 diff --git a/chinese/ttfm/pkg-plist b/chinese/ttfm/pkg-plist index 3fc6b5d587d8..84e37db1e07b 100644 --- a/chinese/ttfm/pkg-plist +++ b/chinese/ttfm/pkg-plist @@ -2,6 +2,7 @@ bin/ttfinfo bin/ttfm.sh share/doc/ttfm/README share/doc/ttfm/USAGE +share/ttfm/abiword.ttfm share/ttfm/chitex.ttfm.nop share/ttfm/ghostscript6.ttfm share/ttfm/ttf2pk.ttfm.nop |