mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@69835 d073be05-634f-4543-b044-5fe20cf6d1d6
30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
--- configure.orig 2006-12-06 11:48:56.000000000 -0600
|
|
+++ configure 2010-07-17 17:52:10.000000000 -0500
|
|
@@ -84,7 +84,7 @@
|
|
fi
|
|
|
|
echo $ECHO_N "checking to see if $PREFIX/bin/md5sum is Microbrew... $ECHO_C"
|
|
-if [ -x $PREFIX/bin/md5sum ]; then
|
|
+if [ -x nowhere/bin/md5sum ]; then
|
|
$PREFIX/bin/md5sum --version | grep "Microbrew" > /dev/null 2>&1
|
|
if [ $? != 0 ]; then
|
|
echo "no (will not overwrite)"
|
|
@@ -99,7 +99,7 @@
|
|
fi
|
|
|
|
echo $ECHO_N "checking to see if $PREFIX/bin/sha1sum is Microbrew... $ECHO_C"
|
|
-if [ -x $PREFIX/bin/sha1sum ]; then
|
|
+if [ -x nowhere/bin/sha1sum ]; then
|
|
$PREFIX/bin/sha1sum --version | grep "Microbrew" > /dev/null 2>&1
|
|
if [ $? != 0 ]; then
|
|
echo "no (will not overwrite)"
|
|
@@ -114,7 +114,7 @@
|
|
fi
|
|
|
|
echo $ECHO_N "checking to see if $PREFIX/bin/ripemd160sum is Microbrew... $ECHO_C"
|
|
-if [ -x $PREFIX/bin/ripemd160sum ]; then
|
|
+if [ -x nowhere/bin/ripemd160sum ]; then
|
|
$PREFIX/bin/ripemd160sum --version | grep "Microbrew" > /dev/null 2>&1
|
|
if [ $? != 0 ]; then
|
|
echo "no (will not overwrite)"
|