summaryrefslogtreecommitdiff
path: root/mail/metamail
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1995-05-06 11:24:53 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1995-05-06 11:24:53 +0000
commit735281f59aac28c0b37af5c13c804617abe58a36 (patch)
tree1dff368fd0601e4879f00918211609ca84349bca /mail/metamail
parentinstall fonts in ${PREFIX}/lib/metamail/fonts (diff)
install fonts
(I forgot this one in my previous commit - sorry)
Notes
Notes: svn path=/head/; revision=1652
Diffstat (limited to 'mail/metamail')
-rw-r--r--mail/metamail/files/patch-ad34
1 files changed, 34 insertions, 0 deletions
diff --git a/mail/metamail/files/patch-ad b/mail/metamail/files/patch-ad
new file mode 100644
index 000000000000..103e5160d228
--- /dev/null
+++ b/mail/metamail/files/patch-ad
@@ -0,0 +1,34 @@
+*** fonts/Makefile.orig Sat May 6 12:40:50 1995
+--- fonts/Makefile Sat May 6 12:45:26 1995
+***************
+*** 28,39 ****
+ -${DIRBUILDER}
+
+ shownonascii: Xshownonascii
+! sed -e s@/u/nsb/lib/fonts@`pwd`@ < Xshownonascii > shownonascii
+ chmod +x shownonascii
+
+ mailto-hebrew: Xmailto-hebrew
+! sed -e s@/u/nsb/lib/fonts@`pwd`@ < Xmailto-hebrew > mailto-hebrew
+ chmod +x mailto-hebrew
+
+ clean:
+ rm -f heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} heb8x13B.${FONTSUFFIX} shownonascii mailto-hebrew fonts.dir
+--- 28,44 ----
+ -${DIRBUILDER}
+
+ shownonascii: Xshownonascii
+! sed -e s@/u/nsb/lib/fonts@${PREFIX}/lib/metamail/fonts@ < Xshownonascii > shownonascii
+ chmod +x shownonascii
+
+ mailto-hebrew: Xmailto-hebrew
+! sed -e s@/u/nsb/lib/fonts@${PREFIX}/lib/metamail/fonts@ < Xmailto-hebrew > mailto-hebrew
+ chmod +x mailto-hebrew
++
++ install:
++ mkdir -p ${PREFIX}/lib/metamail/fonts
++ install -c heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} \
++ heb8x13B.${FONTSUFFIX} ${PREFIX}/lib/metamail/fonts
+
+ clean:
+ rm -f heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} heb8x13B.${FONTSUFFIX} shownonascii mailto-hebrew fonts.dir