aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-05-14 09:12:33 +0800
committeredwin <edwin@FreeBSD.org>2006-05-14 09:12:33 +0800
commitf1c3b596cecf0ae3fe67984dde944c205118dee9 (patch)
tree520dffb4ec76ef03d7426be02a272fb612aeecb0 /print
parent13fd3e583890f1f265bec60ebbd32e85f01fb36d (diff)
downloadfreebsd-ports-graphics-f1c3b596cecf0ae3fe67984dde944c205118dee9.tar.gz
freebsd-ports-graphics-f1c3b596cecf0ae3fe67984dde944c205118dee9.tar.zst
freebsd-ports-graphics-f1c3b596cecf0ae3fe67984dde944c205118dee9.zip
[PATCH] print/latex2e: portlint(1) fixes
- Whitespace fixes - Order of variables fixes PR: ports/95837 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'print')
-rw-r--r--print/latex/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile
index 2c11560583c..a9bfab2b4f2 100644
--- a/print/latex/Makefile
+++ b/print/latex/Makefile
@@ -18,17 +18,17 @@ DISTFILES= latex_mf-${PORTVERSION}.tar.gz latex_tfm-${PORTVERSION}.tar.gz \
MAINTAINER= jmz@FreeBSD.org
COMMENT= TeX macro package
-DIST_SUBDIR= tex
-
-CONFLICTS= teTeX*
-
BUILD_DEPENDS= tex:${PORTSDIR}/print/tex
RUN_DEPENDS= tex:${PORTSDIR}/print/tex
+DIST_SUBDIR= tex
+
+CONFLICTS= teTeX*
+
NO_WRKSUBDIR= yes
do-build:
- @${RM} ${WRKSRC}/tfm/dummy.tfm ${WRKSRC}/mf/cmex9.mf
+ @${RM} ${WRKSRC}/tfm/dummy.tfm ${WRKSRC}/mf/cmex9.mf
@(cd ${WRKSRC}/base; TEXINPUTS=${WRKSRC}/base: export TEXINPUT; tex --ini unpack.ins)
@(cd ${WRKSRC}/base; TEXINPUTS=${WRKSRC}/base: TEXFONTS=${WRKSRC}/tfm:; export TEXFONTS TEXINPUT; \
tex --ini latex.ltx </dev/null)