summaryrefslogtreecommitdiff
path: root/mail/mailgraph
diff options
context:
space:
mode:
authorkleink <kleink>2005-11-14 12:34:57 +0000
committerkleink <kleink>2005-11-14 12:34:57 +0000
commit43160d89820a06bd5929d01ae473994c3be2ccb6 (patch)
tree07a6637f35c55ce230885510de042b2dbec9b0c8 /mail/mailgraph
parent817cace38e7886fb966c296c7833b66e2a790de5 (diff)
downloadpkgsrc-43160d89820a06bd5929d01ae473994c3be2ccb6.tar.gz
Use @PERL5@ for command_interpreter; this one actually gets substituted.
Reported by Adrian Portelli.
Diffstat (limited to 'mail/mailgraph')
-rw-r--r--mail/mailgraph/files/mailgraph.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailgraph/files/mailgraph.sh b/mail/mailgraph/files/mailgraph.sh
index 74c2b3215c7..f2a3f698dc5 100644
--- a/mail/mailgraph/files/mailgraph.sh
+++ b/mail/mailgraph/files/mailgraph.sh
@@ -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"