diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-01-17 18:49:27 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-01-17 18:49:27 +0000 |
commit | 94a6d6c453defcda411804fd04c2d93b804ef4d5 (patch) | |
tree | cf03ee94aa57c399410245f8d9c81287d46c3670 /print | |
parent | 7c4f33ce4c77012d8c4738f80be5f64026eda4ab (diff) |
Notes
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 \ |