summaryrefslogtreecommitdiff
path: root/fonts/XFree86-fontsScalable
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 /fonts/XFree86-fontsScalable
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 'fonts/XFree86-fontsScalable')
-rw-r--r--fonts/XFree86-fontsScalable/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/fonts/XFree86-fontsScalable/Makefile b/fonts/XFree86-fontsScalable/Makefile
index 48622ac6279..dd066242975 100644
--- a/fonts/XFree86-fontsScalable/Makefile
+++ b/fonts/XFree86-fontsScalable/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:21 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2005/12/05 20:50:13 rillig Exp $
DISTNAME= ${DISTFILES}
PKGNAME= XFree86-fontsScalable-${XF_VER}
@@ -22,7 +22,6 @@ do-install:
.for fnt in ${FONT_TYPES}
${INSTALL_DATA_DIR} ${X11ROOT}/lib/X11/fonts/${fnt}
.endfor
-.undef fnt
${INSTALL_DATA} ${WRKDIR}/xc/fonts/scaled/Speedo/font0*.spd \
${X11ROOT}/lib/X11/fonts/Speedo
${INSTALL_DATA} ${WRKDIR}/xc/fonts/scaled/Speedo/COPYRIGHT \
@@ -35,13 +34,11 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/xc/fonts/scaled/Type1/*.${f} \
${X11ROOT}/lib/X11/fonts/Type1
.endfor
-.undef f
# because fonts.mk does not do this yet
.for fnt in ${FONT_TYPES}
${X11ROOT}/bin/mkfontscale ${X11ROOT}/lib/X11/fonts/${fnt}
${X11ROOT}/bin/mkfontdir ${X11ROOT}/lib/X11/fonts/${fnt}
.endfor
-.undef fnt
${X11ROOT}/bin/mkfontdir -e ${X11ROOT}/lib/X11/fonts/encodings \
-e ${X11ROOT}/lib/X11/fonts/encodings/large \
${X11ROOT}/lib/X11/fonts/Speedo \