summaryrefslogtreecommitdiff
path: root/mail/evolution
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-31 19:44:15 +0000
committerrillig <rillig>2005-05-31 19:44:15 +0000
commit8e81637b52a48a9fd67bd3b43d94a5e53bb408ae (patch)
treea38d5085358ac4b2cb4c3fd009488a853a1a1bc7 /mail/evolution
parentb576389ad8cbf317de235815b8a4e79baa2c01da (diff)
downloadpkgsrc-8e81637b52a48a9fd67bd3b43d94a5e53bb408ae.tar.gz
Changed $0 into $$0 in shell command.
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index cbc02e373f9..9c79eae7cef 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --without-krb5
.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