aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-24 16:10:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-24 16:10:03 +0000
commitc62e94366489656d1780d9d23621397e211db77b (patch)
tree3f17cfe43dc489d802c7b4a1c903c84a5500d247 /print
parenta4a7ce74220445ce82745e9ec1ff2a74c47db150 (diff)
downloadports-c62e94366489656d1780d9d23621397e211db77b.tar.gz
ports-c62e94366489656d1780d9d23621397e211db77b.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/texlive-full/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/print/texlive-full/Makefile b/print/texlive-full/Makefile
index 669e43a1dd9e..b611c0e8259d 100644
--- a/print/texlive-full/Makefile
+++ b/print/texlive-full/Makefile
@@ -13,18 +13,12 @@ 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 <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-USE_TEX+= docs
-.endif
-
-do-install:
- @${DO_NADA}
+DOCS_USE= TEX=docs
.include <bsd.port.mk>