mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
20 lines
436 B
Plaintext
20 lines
436 B
Plaintext
$NetBSD: patch-config.cygport,v 1.1 2015/04/15 07:31:15 spz Exp $
|
|
|
|
--- config.cygport.orig 2015-02-18 04:10:55.000000000 +0000
|
|
+++ config.cygport
|
|
@@ -4,12 +4,12 @@ PWD=`pwd`
|
|
#NAME=${DIR}
|
|
NAME=xlockmore
|
|
GROUP=${NAME}
|
|
-if test "$1" == ""; then
|
|
+if test "$1" = ""; then
|
|
VERSION=`sed 's/^.*"\(.*\)"/\1/' ./version.h`
|
|
RELEASE=1
|
|
else
|
|
VERSION=$1
|
|
- if test "$2" == ""; then
|
|
+ if test "$2" = ""; then
|
|
RELEASE=1
|
|
else
|
|
RELEASE=$2
|