Index: head/www/sogo3/files/patch-configure =================================================================== --- head/www/sogo3/files/patch-configure (nonexistent) +++ head/www/sogo3/files/patch-configure (revision 418485) @@ -0,0 +1,18 @@ +--- configure.orig 2016-07-06 11:37:52 UTC ++++ configure +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + # + # Note: When adding make options to this script, ensure that the source still +@@ -235,7 +235,8 @@ genConfigMake() { + cfgwrite "# $MAKE debug=yes" + cfgwrite "" + +- cfgwrite "TOPDIR:=$( sed 's/ /\\\ /g' <<< ${TOPDIR} )" ++ TOPDIR_CFGWRITE=`echo ${TOPDIR} | sed 's/ /\\\ /g'` ++ cfgwrite "TOPDIR:=${TOPDIR_CFGWRITE}" + cfgwrite "" + + cfgwrite "NEEDS_GUI=no" Property changes on: head/www/sogo3/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property