mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
325 B
Plaintext
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
|
|
|