pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mailgraph/files Use @PERL5@ for command_interpret...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/138102cff0be
branches:  trunk
changeset: 503120:138102cff0be
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Mon Nov 14 12:34:57 2005 +0000

description:
Use @PERL5@ for command_interpreter; this one actually gets substituted.
Reported by Adrian Portelli.

diffstat:

 mail/mailgraph/files/mailgraph.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r d0d85a559eb8 -r 138102cff0be mail/mailgraph/files/mailgraph.sh
--- a/mail/mailgraph/files/mailgraph.sh Mon Nov 14 12:33:23 2005 +0000
+++ b/mail/mailgraph/files/mailgraph.sh Mon Nov 14 12:34:57 2005 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: mailgraph.sh,v 1.1.1.1 2004/12/31 21:36:59 kim Exp $
+# $NetBSD: mailgraph.sh,v 1.2 2005/11/14 12:34:57 kleink Exp $
 #
 
 # PROVIDE: mailgraph
@@ -11,7 +11,7 @@
 name="@PKGBASE@"
 rcvar=$name
 pidfile="@VARBASE@/run/${name}.pid"
-command_interpreter="@PERL@"
+command_interpreter="@PERL5@"
 command="@PREFIX@/sbin/mailgraph"
 command_args="-d"
 



Home | Main Index | Thread Index | Old Index