summaryrefslogtreecommitdiff
path: root/devel/bmake
diff options
context:
space:
mode:
authorryoon <ryoon>2013-07-26 09:38:15 +0000
committerryoon <ryoon>2013-07-26 09:38:15 +0000
commit6b05c90d8a130292b9d71982fc187e8816a77d30 (patch)
tree060af1ad99979eccdb051427a022abab32d059f3 /devel/bmake
parentf0b528484f39f81de8ec1e770ab53069556c7c59 (diff)
downloadpkgsrc-6b05c90d8a130292b9d71982fc187e8816a77d30.tar.gz
Add (Debian) GNU/kFreeBSD port.
Similar to GNU/Linux. Bump bootstrap-mk-files to 20130727.
Diffstat (limited to 'devel/bmake')
-rwxr-xr-xdevel/bmake/files/machine.sh5
-rw-r--r--devel/bmake/files/os.sh5
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/bmake/files/machine.sh b/devel/bmake/files/machine.sh
index e99299aca65..9ad8203499e 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.7 2013/04/06 02:49:57 obache Exp $
+# $Id: machine.sh,v 1.8 2013/07/26 09:38:15 ryoon Exp $
#
# @(#) Copyright (c) 1994-2002 Simon J. Gerraty
#
@@ -87,6 +87,9 @@ CYGWIN_*)
i?86) MACHINE_ARCH=i386;;
esac
;;
+GNU/kFreeBSD)
+ MACHINE_ARCH=$MACHINE
+ ;;
esac
MACHINE=${MACHINE:-$OS$OSMAJOR}
diff --git a/devel/bmake/files/os.sh b/devel/bmake/files/os.sh
index 4ed480bcd9c..c773b16a272 100644
--- a/devel/bmake/files/os.sh
+++ b/devel/bmake/files/os.sh
@@ -17,7 +17,7 @@
# Simon J. Gerraty <sjg@crufty.net>
# RCSid:
-# $Id: os.sh,v 1.6 2013/04/06 02:49:57 obache Exp $
+# $Id: os.sh,v 1.7 2013/07/26 09:38:15 ryoon Exp $
#
# @(#) Copyright (c) 1994 Simon J. Gerraty
#
@@ -195,6 +195,9 @@ CYGWIN_*)
i?86) MACHINE_ARCH=i386;;
esac
;;
+GNU/kFreeBSD)
+ MACHINE_ARCH=$MACHINE
+ ;;
esac
HOSTNAME=${HOSTNAME:-`( hostname ) 2>/dev/null`}