summaryrefslogtreecommitdiff
path: root/fonts/ghostscript-cmaps
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-13 22:38:33 +0000
committerjlam <jlam>2002-09-13 22:38:33 +0000
commit5ca9c745ccf3c63625f3d8129f8b1437ae043fd8 (patch)
tree1bcbde6297a749619e806aa3502b39644f7101c4 /fonts/ghostscript-cmaps
parentb080d13814f4953ad2583ff8e63656c6311b8c6e (diff)
downloadpkgsrc-5ca9c745ccf3c63625f3d8129f8b1437ae043fd8.tar.gz
s/fontbase/base
Diffstat (limited to 'fonts/ghostscript-cmaps')
-rw-r--r--fonts/ghostscript-cmaps/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ghostscript-cmaps/INSTALL b/fonts/ghostscript-cmaps/INSTALL
index cec0411abdf..aca4e99dc24 100644
--- a/fonts/ghostscript-cmaps/INSTALL
+++ b/fonts/ghostscript-cmaps/INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.1.1.1 2002/09/13 22:35:49 jlam Exp $
+# $NetBSD: INSTALL,v 1.2 2002/09/13 22:38:33 jlam Exp $
ADOBE_RESOURCEDIR="@ADOBE_RESOURCEDIR@"
GS_RESOURCEDIR="@GS_RESOURCEDIR@"
@@ -24,7 +24,7 @@ POST-INSTALL)
DEINSTALL)
for file in ${FONTFILES}; do
- fontbase=`${BASENAME} $file`
+ base=`${BASENAME} $file`
dest="${GS_RESOURCEDIR}/CMap/$base"
${RM} -f $dest
done