diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:43:59 +0000 |
commit | 6c6152ff82abb7a2caa761a1d08eb6fcdd9123c5 (patch) | |
tree | 0c3309878fd450dd62184f1acef7c44d1acc7313 /print/latex/Makefile | |
parent | 4bcad8fbe603f44ebb6e03f8973707d0ff716aad (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: print)
Notes
Notes:
svn path=/head/; revision=327765
Diffstat (limited to 'print/latex/Makefile')
-rw-r--r-- | print/latex/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile index 98e158520b0d..272fa13f437a 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: latex -# Date created: 29 September 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= latex2e PORTVERSION= 2003.12 @@ -27,6 +23,7 @@ CONFLICTS= teTeX* NO_WRKSUBDIR= yes +NO_STAGE= yes do-build: @${RM} ${WRKSRC}/tfm/dummy.tfm ${WRKSRC}/mf/cmex9.mf @(cd ${WRKSRC}/base; TEXINPUTS=${WRKSRC}/base: export TEXINPUTS; tex --ini unpack.ins) |