summaryrefslogtreecommitdiff
path: root/fonts/adobe-cmaps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/adobe-cmaps/Makefile')
-rw-r--r--fonts/adobe-cmaps/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/fonts/adobe-cmaps/Makefile b/fonts/adobe-cmaps/Makefile
index bdc5d957c7e..f7d0b157e01 100644
--- a/fonts/adobe-cmaps/Makefile
+++ b/fonts/adobe-cmaps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 21:36:54 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/23 18:01:48 sketch Exp $
DISTNAME= adobe-cmaps-20030126
CATEGORIES= print
@@ -59,7 +59,10 @@ do-install:
for file in pdfcorefonts/$${dir}/*; do \
case $${file} in \
*.pdf) ;; \
- *) ${LN} -sf ../$${file} ${RESOURCEDIR}/CMap ;; \
+ *) \
+ ${RM} -f ${RESOURCEDIR}/CMap/`${BASENAME} $${file}`; \
+ ${LN} -sf ../$${file} ${RESOURCEDIR}/CMap; \
+ ;; \
esac; \
done; \
done