svn commit: r357935 - head/Keywords
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jun 15 22:40:32 UTC 2014
Author: bapt
Date: Sun Jun 15 22:40:31 2014
New Revision: 357935
URL: http://svnweb.freebsd.org/changeset/ports/357935
QAT: https://qat.redports.org/buildarchive/r357935/
Log:
Remove another extra '`'
Reported by: antoine
Modified:
head/Keywords/pkg_install.awk
Modified: head/Keywords/pkg_install.awk
==============================================================================
--- head/Keywords/pkg_install.awk Sun Jun 15 22:37:58 2014 (r357934)
+++ head/Keywords/pkg_install.awk Sun Jun 15 22:40:31 2014 (r357935)
@@ -64,7 +64,7 @@ $1 == "@fcfontsdir" {
print "@unexec mkfontscale %D/" font_dir " 2>/dev/null || true"
print "@unexec if [ -e %D/%@/fonts.scale -a \"`stat -f '%%z' %D/" font_dir "/fonts.scale 2>/dev/null`\" = '2' ]; then rm %D/" font_dir "/fonts.scale ; fi"
print "@unexec mkfontdir %D/" font_dir " 2>/dev/null || true"
- print "@unexec if [ -e %D/" font_dir "/fonts.dir -a `\"`stat -f '%%z' %D/" font_dir "/fonts.dir 2>/dev/null`\" = '2' ]; then rm %D/" font_dir "/fonts.dir ; fi"
+ print "@unexec if [ -e %D/" font_dir "/fonts.dir -a \"`stat -f '%%z' %D/" font_dir "/fonts.dir 2>/dev/null`\" = '2' ]; then rm %D/" font_dir "/fonts.dir ; fi"
print "@unexec rmdir %D/"font_dir" 2>/dev/null || true"
print "@comment end " $0
next
More information about the svn-ports-all
mailing list