summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorminskim <minskim>2006-03-08 01:56:46 +0000
committerminskim <minskim>2006-03-08 01:56:46 +0000
commit37d1d920b1fbdfa29caa95882d7a3b8307fcdf6e (patch)
tree102a4eb40d6c45aac69ed70f83516c85621f9cbb /mk/bsd.prefs.mk
parent8e7f6a7ea32315506be4d6e3cfd5c4b503ecda38 (diff)
downloadpkgsrc-37d1d920b1fbdfa29caa95882d7a3b8307fcdf6e.tar.gz
Set LOWER_OPSYS_VERSUFFIX on Darwin.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index a2a36d0adf6..8ba57d28614 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.219 2006/02/02 13:46:37 joerg Exp $
+# $NetBSD: bsd.prefs.mk,v 1.220 2006/03/08 01:56:46 minskim Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -117,6 +117,7 @@ LOWER_OPSYS?= darwin
LOWER_ARCH!= ${UNAME} -p
MACHINE_ARCH= ${LOWER_ARCH}
MAKEFLAGS+= LOWER_ARCH=${LOWER_ARCH:Q}
+LOWER_OPSYS_VERSUFFIX!= echo ${LOWER_OS_VERSION} | ${CUT} -c -1
LOWER_VENDOR?= apple
.elif ${OPSYS} == "DragonFly"