Index: head/print/texlive-full/Makefile =================================================================== --- head/print/texlive-full/Makefile (revision 362817) +++ head/print/texlive-full/Makefile (revision 362818) @@ -1,30 +1,24 @@ # $FreeBSD$ PORTNAME= texlive DISTVERSION= 20120701 CATEGORIES= print MASTER_SITES= #empty PKGNAMESUFFIX= -full DISTFILES= #empty EXTRACT_ONLY= #empty MAINTAINER= hrs@FreeBSD.org COMMENT= TeX Live, Full Version USE_TEX= texlive full texhash NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT=DOCS -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MDOCS} -USE_TEX+= docs -.endif - -do-install: - @${DO_NADA} +DOCS_USE= TEX=docs .include