pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/metamail This package installs csh scripts; set U...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64836f23703b
branches:  trunk
changeset: 536787:64836f23703b
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Dec 22 19:12:27 2007 +0000

description:
This package installs csh scripts; set USE_TOOLS accordingly.
Patch provided by Aleksey Cheusov in PR 37585.

diffstat:

 mail/metamail/Makefile |  15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 3dec3c603f83 -r 64836f23703b mail/metamail/Makefile
--- a/mail/metamail/Makefile    Sat Dec 22 15:12:38 2007 +0000
+++ b/mail/metamail/Makefile    Sat Dec 22 19:12:27 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2006/07/21 03:02:55 reed Exp $
+# $NetBSD: Makefile,v 1.44 2007/12/22 19:12:27 minskim Exp $
 
 DISTNAME=      mm2.7
 PKGNAME=       metamail-2.7
@@ -23,7 +23,18 @@
 
 EGDIR=         ${PREFIX}/share/examples/metamail
 CONF_FILES=    ${EGDIR}/mailcap ${PKG_SYSCONFDIR}/mailcap
-USE_TOOLS+=    bdftopcf
+USE_TOOLS+=    bdftopcf csh:run
+
+REPLACE_INTERPRETER+=  csh
+REPLACE.csh.old=       /bin/csh
+REPLACE.csh.new=       ${CSH}
+REPLACE_FILES.csh=     bin/audiocompose bin/audiosend bin/extcompose
+REPLACE_FILES.csh+=    bin/getfilename bin/mailserver bin/mailto-hebrew
+REPLACE_FILES.csh+=    bin/metasend bin/patch-metamail bin/showaudio
+REPLACE_FILES.csh+=    bin/showexternal bin/shownonascii bin/showpartial
+REPLACE_FILES.csh+=    bin/showpicture bin/sun-audio-file bin/sun-message.csh
+REPLACE_FILES.csh+=    bin/sun-to-mime
+REPLACE_FILES.csh+=    fonts/Xmailto-hebrew fonts/Xshownonascii
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man4
 



Home | Main Index | Thread Index | Old Index