summaryrefslogtreecommitdiffstats
path: root/mail/evolution
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-03-14 20:06:26 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-03-14 20:06:26 +0800
commitc665cfefc736bfc0c209654955de2cba42df7f6b (patch)
tree4fcd61b6a6995da75d27e4ca3bf5cf45db0bdbf4 /mail/evolution
parenta549bb68b420d3234782bc79331b22de54cda389 (diff)
downloadmarcuscom-ports-c665cfefc736bfc0c209654955de2cba42df7f6b.tar
marcuscom-ports-c665cfefc736bfc0c209654955de2cba42df7f6b.tar.gz
marcuscom-ports-c665cfefc736bfc0c209654955de2cba42df7f6b.tar.bz2
marcuscom-ports-c665cfefc736bfc0c209654955de2cba42df7f6b.tar.lz
marcuscom-ports-c665cfefc736bfc0c209654955de2cba42df7f6b.tar.xz
marcuscom-ports-c665cfefc736bfc0c209654955de2cba42df7f6b.tar.zst
marcuscom-ports-c665cfefc736bfc0c209654955de2cba42df7f6b.zip
Fix typo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13832 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution')
-rwxr-xr-xmail/evolution/files/fix-plugins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution/files/fix-plugins.sh b/mail/evolution/files/fix-plugins.sh
index c8e6c5361..63b4b9a8d 100755
--- a/mail/evolution/files/fix-plugins.sh
+++ b/mail/evolution/files/fix-plugins.sh
@@ -11,7 +11,7 @@ for i in ${plugin_srcs}; do
echo "WARNING: Failed to find plugin source file ${WRKSRC}/plugins/${i}"
continue
fi
- irintf "void\ng_module_unload (gpointer module) {\n\treturn;\n}\n" >> ${WRKSRC}/plugins/${i}
+ printf "void\ng_module_unload (gpointer module) {\n\treturn;\n}\n" >> ${WRKSRC}/plugins/${i}
cp ${WRKSRC}/plugins/${i} ${WRKSRC}/plugins/${i}.bak
printf "const char * g_module_check_init (gpointer module);\n" >> ${WRKSRC}/plugins/${i}
printf "const char *\ng_module_check_init (gpointer module) {\n\treturn NULL;\n}\n" >> ${WRKSRC}/plugins/${i}