diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-13 18:59:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-13 18:59:27 +0800 |
commit | 5973dee25697f945d9bf8de3f3d4d5d989cc66c7 (patch) | |
tree | 17455f29e200a7713540dfac295860d53685f4f2 | |
parent | fdefec9adf7e0f4fa53b3d01e854679cc532e116 (diff) | |
download | freebsd-ports-gnome-5973dee25697f945d9bf8de3f3d4d5d989cc66c7.tar.gz freebsd-ports-gnome-5973dee25697f945d9bf8de3f3d4d5d989cc66c7.tar.zst freebsd-ports-gnome-5973dee25697f945d9bf8de3f3d4d5d989cc66c7.zip |
Fix all shebang lines
Submitted by: John Marino (via irc)
Obtained from: DPorts
-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 |