diff options
Diffstat (limited to 'print/ttf2pt1/Makefile')
-rw-r--r-- | print/ttf2pt1/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/print/ttf2pt1/Makefile b/print/ttf2pt1/Makefile index 8d13768de788..004539313a75 100644 --- a/print/ttf2pt1/Makefile +++ b/print/ttf2pt1/Makefile @@ -3,7 +3,7 @@ PORTNAME= ttf2pt1 PORTVERSION= 3.4.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -21,7 +21,14 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" LIBS="${LDFLAGS}" \ SHEBANG_FILES= app/TeX/sfd2map \ app/TeX/cjk-latex-config \ other/showdf \ - other/lst.pl + other/showg \ + other/*.pl \ + scripts/forceiso \ + scripts/frommap \ + scripts/inst_dir \ + scripts/html2man \ + scripts/t1fdir \ + scripts/trans MAN1= ttf2pt1.1 ttf2pt1_convert.1 ttf2pt1_x2gs.1 |