summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-04-06 01:46:06 +0000
committerobache <obache@pkgsrc.org>2013-04-06 01:46:06 +0000
commitd7d6d5c900cdcaca448f55cc602b40fd6930673a (patch)
treed6c463756ddc72e44ebbb2207744fe458760addc
parent3cb54624335f495d5c08ee801f43d777115f6904 (diff)
downloadpkgsrc-d7d6d5c900cdcaca448f55cc602b40fd6930673a.tar.gz
fixes for renaming CYGWIN=>Cygwin
-rwxr-xr-xdevel/bmake/files/machine.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bmake/files/machine.sh b/devel/bmake/files/machine.sh
index fcb29ffe388..248428ca994 100755
--- a/devel/bmake/files/machine.sh
+++ b/devel/bmake/files/machine.sh
@@ -2,7 +2,7 @@
# derrived from /etc/rc_d/os.sh
# RCSid:
-# $Id: machine.sh,v 1.5 2013/02/09 12:57:35 obache Exp $
+# $Id: machine.sh,v 1.6 2013/04/06 01:46:06 obache Exp $
#
# @(#) Copyright (c) 1994-2002 Simon J. Gerraty
#
@@ -82,7 +82,7 @@ Linux)
esac
;;
CYGWIN_*)
- OS=CYGWIN
+ OS=Cygwin
MACHINE=i386
MACHINE_ARCH=i386
;;