aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1995-05-06 19:24:53 +0800
committertorstenb <torstenb@FreeBSD.org>1995-05-06 19:24:53 +0800
commit6d38d4343f367d831aee8302987983f1a7db1a5c (patch)
treebe7a9b3611b44ff3e16987dcc780c381be436c47 /mail
parenta69f94ecbe4c8686009237dec42722b96081f2e4 (diff)
downloadfreebsd-ports-gnome-6d38d4343f367d831aee8302987983f1a7db1a5c.tar.gz
freebsd-ports-gnome-6d38d4343f367d831aee8302987983f1a7db1a5c.tar.zst
freebsd-ports-gnome-6d38d4343f367d831aee8302987983f1a7db1a5c.zip
install fonts
(I forgot this one in my previous commit - sorry)
Diffstat (limited to 'mail')
-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