diff options
author | jrm <jrm@FreeBSD.org> | 2018-01-18 02:49:27 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-01-18 02:49:27 +0800 |
commit | 4c0830697268bb009f5d2e1efa821be3874edcca (patch) | |
tree | cf03ee94aa57c399410245f8d9c81287d46c3670 /print | |
parent | 2904b7b520eefeafb96aaa87619a454af3d025fa (diff) | |
download | freebsd-ports-gnome-4c0830697268bb009f5d2e1efa821be3874edcca.tar.gz freebsd-ports-gnome-4c0830697268bb009f5d2e1efa821be3874edcca.tar.zst freebsd-ports-gnome-4c0830697268bb009f5d2e1efa821be3874edcca.zip |
print/texlive-base: Fix build by adding missing entry to SHEBANG_FILES
PR: 224654
Submitted by: prj@rootwyrm.com
Approved by: hrs (maintainer timeout)
Diffstat (limited to 'print')
-rw-r--r-- | print/texlive-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 489fd7617d24..a1e2695dfd91 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base @@ -103,6 +103,7 @@ SHEBANG_FILES= texk/texlive/linked_scripts/accfonts/mkt1font \ texk/texlive/linked_scripts/mathspic/mathspic.pl \ texk/texlive/linked_scripts/mf2pt1/mf2pt1.pl \ texk/texlive/linked_scripts/multibibliography/multibibliography.pl \ + texk/texlive/linked_scripts/pygmentex/*.py \ texk/texlive/linked_scripts/pythontex/*.py \ texk/texlive/linked_scripts/rubik/rubikrotation.pl \ texk/texlive/linked_scripts/splitindex/splitindex.pl \ |