pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/evolution Changed $0 into $$0 in shell command.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/28ca456aa1ba
branches:  trunk
changeset: 494899:28ca456aa1ba
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 31 19:44:15 2005 +0000

description:
Changed $0 into $$0 in shell command.

diffstat:

 mail/evolution/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2643cc2b65ad -r 28ca456aa1ba mail/evolution/Makefile
--- a/mail/evolution/Makefile   Tue May 31 19:15:11 2005 +0000
+++ b/mail/evolution/Makefile   Tue May 31 19:44:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2005/05/22 20:08:11 jlam Exp $
+# $NetBSD: Makefile,v 1.82 2005/05/31 19:44:15 rillig Exp $
 
 DISTNAME=              evolution-2.2.2
 CATEGORIES=            mail time gnome
@@ -73,7 +73,7 @@
 .if !empty(PKG_OPTIONS:Mssl)
 CONFIGURE_ARGS+=       --enable-nss=yes
 PLIST_SUBST+=          HAVE_SMIME=
-PRINT_PLIST_AWK+=      /smime/ { print "$${HAVE_SMIME}" $0; next; }
+PRINT_PLIST_AWK+=      /smime/ { print "$${HAVE_SMIME}" $$0; next; }
 # XXX Workaround for the following problem: addressbook/util/libeabutil.la
 # is compiled as a static library only which uses the NSS stuff.  When other
 # parts of the program use this .la archive, they get the right -L flags



Home | Main Index | Thread Index | Old Index