diff options
Diffstat (limited to 'japanese/elisa10x8/files/patch-aa')
-rw-r--r-- | japanese/elisa10x8/files/patch-aa | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/japanese/elisa10x8/files/patch-aa b/japanese/elisa10x8/files/patch-aa deleted file mode 100644 index f43b75e711e0..000000000000 --- a/japanese/elisa10x8/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -*** /dev/null Fri Sep 26 14:42:02 1997 ---- Makefile Fri Sep 26 15:43:17 1997 -*************** -*** 0 **** ---- 1,10 ---- -+ all: -+ bdftopcf elisau10.bdf | gzip -c > elisau10.pcf.gz -+ cp ${DISTDIR}/clR5x8.bdf . -+ patch --quiet < clR5x8-s5x8.diff -+ bdftopcf clR5x8.bdf | gzip -c > clR5x8.pcf.gz -+ -+ install: -+ [ -d ${PREFIX}/${FONTSDIR} ] || mkdir -p ${PREFIX}/${FONTSDIR} -+ cp elisau10.pcf.gz ${PREFIX}/${FONTSDIR} -+ cp clR5x8.pcf.gz ${PREFIX}/${FONTSDIR} |