svn commit: r318068 - head/print/ttf2pt1

Baptiste Daroussin bapt at FreeBSD.org
Mon May 13 10:59:28 UTC 2013


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
 


More information about the svn-ports-all mailing list