diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-30 21:24:51 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-30 21:39:30 +0000 |
commit | 9e4b9ca7661f13b2c032a4576b2c198a87f415b6 (patch) | |
tree | 6566c3cd3784850a7a525460e7b340d1f903205d | |
parent | 63da274d5ee66f1d778f3786a3510d923e085ae5 (diff) | |
download | ports-9e4b9ca7661f13b2c032a4576b2c198a87f415b6.tar.gz ports-9e4b9ca7661f13b2c032a4576b2c198a87f415b6.zip |
-rw-r--r-- | print/typetools/Makefile | 2 | ||||
-rw-r--r-- | print/typetools/pkg-plist | 22 |
2 files changed, 13 insertions, 11 deletions
diff --git a/print/typetools/Makefile b/print/typetools/Makefile index 303e80982959..2fccea1c565d 100644 --- a/print/typetools/Makefile +++ b/print/typetools/Makefile @@ -1,5 +1,6 @@ PORTNAME= typetools PORTVERSION= 2.110 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://www.lcdf.org/type/ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} @@ -14,6 +15,7 @@ USES= tex USE_TEX= kpathsea GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-kpathsea=${LOCALBASE} DATADIR= ${PREFIX}/share/lcdf-${PORTNAME} diff --git a/print/typetools/pkg-plist b/print/typetools/pkg-plist index 720e257286ad..f051dc7437de 100644 --- a/print/typetools/pkg-plist +++ b/print/typetools/pkg-plist @@ -9,17 +9,17 @@ bin/t1rawafm bin/t1reencode bin/t1testpage bin/ttftotype42 -man/man1/cfftot1.1.gz -man/man1/mmafm.1.gz -man/man1/mmpfb.1.gz -man/man1/otfinfo.1.gz -man/man1/otftotfm.1.gz -man/man1/t1dotlessj.1.gz -man/man1/t1lint.1.gz -man/man1/t1rawafm.1.gz -man/man1/t1reencode.1.gz -man/man1/t1testpage.1.gz -man/man1/ttftotype42.1.gz +share/man/man1/cfftot1.1.gz +share/man/man1/mmafm.1.gz +share/man/man1/mmpfb.1.gz +share/man/man1/otfinfo.1.gz +share/man/man1/otftotfm.1.gz +share/man/man1/t1dotlessj.1.gz +share/man/man1/t1lint.1.gz +share/man/man1/t1rawafm.1.gz +share/man/man1/t1reencode.1.gz +share/man/man1/t1testpage.1.gz +share/man/man1/ttftotype42.1.gz %%DATADIR%%/7t.enc %%DATADIR%%/glyphlist.txt %%DATADIR%%/texglyphlist.txt |