diff options
author | obache <obache@pkgsrc.org> | 2013-04-06 01:46:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-04-06 01:46:06 +0000 |
commit | d7d6d5c900cdcaca448f55cc602b40fd6930673a (patch) | |
tree | d6c463756ddc72e44ebbb2207744fe458760addc /devel | |
parent | 3cb54624335f495d5c08ee801f43d777115f6904 (diff) | |
download | pkgsrc-d7d6d5c900cdcaca448f55cc602b40fd6930673a.tar.gz |
fixes for renaming CYGWIN=>Cygwin
Diffstat (limited to 'devel')
-rwxr-xr-x | devel/bmake/files/machine.sh | 4 |
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 ;; |