aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gd2
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2002-01-12 15:56:11 +0800
committermi <mi@FreeBSD.org>2002-01-12 15:56:11 +0800
commitb9f4810662085e4db717a5535a20616e682aaff5 (patch)
tree14f04c54233872a72c7835a00444869f2eaa8be4 /graphics/gd2
parent84c1d85d4835aad0f0b7b838e075c19b1def74e8 (diff)
downloadfreebsd-ports-gnome-b9f4810662085e4db717a5535a20616e682aaff5.tar.gz
freebsd-ports-gnome-b9f4810662085e4db717a5535a20616e682aaff5.tar.zst
freebsd-ports-gnome-b9f4810662085e4db717a5535a20616e682aaff5.zip
Fix a typo, that prevented my clever font substitution scheme from
working...
Diffstat (limited to 'graphics/gd2')
-rw-r--r--graphics/gd2/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gd2/scripts/configure b/graphics/gd2/scripts/configure
index c49a4f0a254e..299f3877aaf8 100644
--- a/graphics/gd2/scripts/configure
+++ b/graphics/gd2/scripts/configure
@@ -36,7 +36,7 @@ rm -f $WRKSRC/Makefile.fonts
for font in Tiny Small MediumBold Large Giant
do
f=`echo $font | tr -d [[:lower:]] | tr [[:upper:]] [[:lower:]]`
- rm -f $WRKSRC/gdfont$font.[ch]
+ rm -f $WRKSRC/gdfont$f.[ch]
printf 'gdfont%s.c gdfont%s.h: %s\
perl ${.CURDIR}/bdftogd gdFont%s font%s < %s\n' \
$f $f $1 $font $f $1 >> $WRKSRC/Makefile.fonts