pkgsrc-ng/lang/php55/patches/patch-makedist
2014-08-11 13:27:10 +02:00

14 lines
325 B
Plaintext

$NetBSD: patch-makedist,v 1.2 2014/02/07 15:35:05 taca Exp $
--- makedist.orig 2014-02-05 10:00:36.000000000 +0000
+++ makedist
@@ -35,7 +35,7 @@ if test "${1}" = "1" -a "${2}" -lt "28";
fi
IFS="$old_IFS"
-if test "x$PHPROOT" == "x"; then
+if test "x$PHPROOT" = "x"; then
PHPROOT=git@git.php.net:php-src.git;
fi