diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-05 01:35:18 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-05 01:35:18 +0800 |
commit | 2a0b64c7341e1c013ce6958160a24e2452a4c6c9 (patch) | |
tree | 1f86cc582c2ad43d4c632315c51db0626c5a1005 /print/tex-formats | |
parent | 55ba0a2277c2739f61cf1f464a7051fadb36a60c (diff) | |
download | freebsd-ports-gnome-2a0b64c7341e1c013ce6958160a24e2452a4c6c9.tar.gz freebsd-ports-gnome-2a0b64c7341e1c013ce6958160a24e2452a4c6c9.tar.zst freebsd-ports-gnome-2a0b64c7341e1c013ce6958160a24e2452a4c6c9.zip |
Support stage for texlive, given it is impossible to rebuild the fmt files into
the stage then they are now rebuild in post-installation, like it is done in
other package system
Diffstat (limited to 'print/tex-formats')
-rw-r--r-- | print/tex-formats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile index 91b046524e97..cd9a38924096 100644 --- a/print/tex-formats/Makefile +++ b/print/tex-formats/Makefile @@ -2,7 +2,7 @@ PORTNAME= formats PORTVERSION= 20120701 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= #empty PKGNAMEPREFIX= tex- |