summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache>2013-04-06 01:46:06 +0000
committerobache <obache>2013-04-06 01:46:06 +0000
commit0de4f9b6a1feb30a9005d0056021b47d4df0bccb (patch)
treed6c463756ddc72e44ebbb2207744fe458760addc /devel
parent669066d7f9cd2ad5710634e3dd4857cc7e97213a (diff)
downloadpkgsrc-0de4f9b6a1feb30a9005d0056021b47d4df0bccb.tar.gz
fixes for renaming CYGWIN=>Cygwin
Diffstat (limited to 'devel')
-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
;;