diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-19 01:47:36 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-19 01:47:36 +0000 |
| commit | 4f0cc5947d897a906a80e723b93e840a18a42394 (patch) | |
| tree | b47da6f760ca1d8941d9aea332415f27c2d3122a /mail/metamail/files/patch-fonts_Makefile | |
| parent | - utilize USE_BDB (diff) | |
- Rename patch filenames to match new style
This is mainly for ports/106818.
Submitted by: Jean-Francois Dockes <jean-francois.dockes at wanadoo.fr> (maintainer.
Notes
Notes:
svn path=/head/; revision=180112
Diffstat (limited to 'mail/metamail/files/patch-fonts_Makefile')
| -rw-r--r-- | mail/metamail/files/patch-fonts_Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail/metamail/files/patch-fonts_Makefile b/mail/metamail/files/patch-fonts_Makefile new file mode 100644 index 000000000000..d08abdfff4df --- /dev/null +++ b/mail/metamail/files/patch-fonts_Makefile @@ -0,0 +1,23 @@ +--- fonts/Makefile.orig Mon May 31 22:49:27 1993 ++++ fonts/Makefile Mon Dec 18 11:46:21 2006 +@@ -28,12 +28,18 @@ + -${DIRBUILDER} + + shownonascii: Xshownonascii +- sed -e s@/u/nsb/lib/fonts@`pwd`@ < Xshownonascii > shownonascii ++ 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@`pwd`@ < Xmailto-hebrew > mailto-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} fonts.alias ${PREFIX}/lib/metamail/fonts ++ if [ -d /usr/X11R6 ]; then mkfontdir ${PREFIX}/lib/metamail/fonts ; fi + + clean: + rm -f heb6x13.${FONTSUFFIX} heb8x13.${FONTSUFFIX} heb8x13B.${FONTSUFFIX} shownonascii mailto-hebrew fonts.dir |
