Date: Mon, 13 May 2013 10:59:27 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318068 - head/print/ttf2pt1 Message-ID: <201305131059.r4DAxReO072420@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon May 13 10:59:27 2013 New Revision: 318068 URL: http://svnweb.freebsd.org/changeset/ports/318068 Log: Fix all shebang lines Submitted by: John Marino (via irc) Obtained from: DPorts Modified: head/print/ttf2pt1/Makefile Modified: head/print/ttf2pt1/Makefile ============================================================================== --- head/print/ttf2pt1/Makefile Mon May 13 10:51:54 2013 (r318067) +++ head/print/ttf2pt1/Makefile Mon May 13 10:59:27 2013 (r318068) @@ -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} 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305131059.r4DAxReO072420>