summaryrefslogtreecommitdiff
path: root/print/teTeX
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /print/teTeX
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'print/teTeX')
-rw-r--r--print/teTeX/module.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/teTeX/module.mk b/print/teTeX/module.mk
index b34ab348bd3..20633c5f935 100644
--- a/print/teTeX/module.mk
+++ b/print/teTeX/module.mk
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.5 2005/11/20 18:22:50 minskim Exp $
+# $NetBSD: module.mk,v 1.6 2005/12/05 20:50:54 rillig Exp $
#
# This Makefile fragment is intended to be included by packages that
# install TeX packages. It takes care of rebuilding the ls-R database
@@ -24,9 +24,9 @@ BUILDLINK_DEPENDS.teTeX-bin+= teTeX-bin>=3.0nb4
USE_PKGINSTALL= yes
FILES_SUBST+= MKTEXLSR="${LOCALBASE}/bin/mktexlsr"
-FILES_SUBST+= TEXMFDIRS="${TEXMFDIRS}"
+FILES_SUBST+= TEXMFDIRS=${TEXMFDIRS:Q}
FILES_SUBST+= UPDMAP_SYS="${LOCALBASE}/bin/updmap-sys"
-FILES_SUBST+= TEX_FONTMAPS="${TEX_FONTMAPS}"
+FILES_SUBST+= TEX_FONTMAPS=${TEX_FONTMAPS:Q}
INSTALL_EXTRA_TMPL+= ../../print/teTeX/files/texmf.tmpl
DEINSTALL_EXTRA_TMPL+= ../../print/teTeX/files/texmf.tmpl