diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2014-08-31 20:23:30 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2014-08-31 20:23:30 +0000 |
commit | ececdb663c1ee49972152caf943a0c38c145712a (patch) | |
tree | 81fc275eee26f94a4a614b68f87af11c422f7be1 /print/texlive-full | |
parent | 0eb1cdeb70c188f0ee29796e8e0ccf28224db20a (diff) |
Split print/texlive-texmf into two ports, texlive-texmf and
texlive-texmf-source.
PR: 193202
Notes
Notes:
svn path=/head/; revision=366827
Diffstat (limited to 'print/texlive-full')
-rw-r--r-- | print/texlive-full/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/texlive-full/Makefile b/print/texlive-full/Makefile index d246d1ee54b0..1dd3e5ea05bf 100644 --- a/print/texlive-full/Makefile +++ b/print/texlive-full/Makefile @@ -17,9 +17,11 @@ NO_BUILD= yes NO_INSTALL= yes NO_MTREE= yes -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS SOURCE OPTIONS_DEFAULT=DOCS DOCS_USE= TEX=docs +SOURCE_DESC= Install source files +SOURCE_USE= TEX=source .include <bsd.port.mk> |