diff options
author | sketch <sketch@pkgsrc.org> | 2003-12-23 18:01:48 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2003-12-23 18:01:48 +0000 |
commit | f6b16e9227b46506dfda7c6a51502aab4751bb79 (patch) | |
tree | 0dc093382b1350aa18e6d59bb8fdf250bdccb102 /fonts/adobe-cmaps | |
parent | 69c855d13ea8257f159f9020dd15a04cf5bc3584 (diff) | |
download | pkgsrc-f6b16e9227b46506dfda7c6a51502aab4751bb79.tar.gz |
Remove the previous symlinks before linking to the new files, to avoid
issues with certain versions of ln bailing out if the source already
exists.
Add a leftover directory to the PLIST.
Diffstat (limited to 'fonts/adobe-cmaps')
-rw-r--r-- | fonts/adobe-cmaps/Makefile | 7 | ||||
-rw-r--r-- | fonts/adobe-cmaps/PLIST | 4 |
2 files changed, 8 insertions, 3 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 diff --git a/fonts/adobe-cmaps/PLIST b/fonts/adobe-cmaps/PLIST index 3acbf8fb536..e56cd98b0a0 100644 --- a/fonts/adobe-cmaps/PLIST +++ b/fonts/adobe-cmaps/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/02/15 22:41:45 kei Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/12/23 18:01:48 sketch Exp $ share/Adobe/Resource/CMap/78-EUC-H share/Adobe/Resource/CMap/78-EUC-V share/Adobe/Resource/CMap/78-H @@ -466,6 +466,8 @@ share/Adobe/Resource/rksj-cmaps/TCVN-RKSJ-H @dirrm share/Adobe/Resource/ak12 @dirrm share/Adobe/Resource/aj20/CMap @dirrm share/Adobe/Resource/aj20 +@dirrm share/Adobe/Resource/aj15/CMap +@dirrm share/Adobe/Resource/aj15 @dirrm share/Adobe/Resource/ai0/CMap @dirrm share/Adobe/Resource/ai0 @dirrm share/Adobe/Resource/ag14/CMap |