pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Remove branch tag from DragonFly version, so that O...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c47062b4d833
branches: trunk
changeset: 506140:c47062b4d833
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jan 12 14:57:19 2006 +0000
description:
Remove branch tag from DragonFly version, so that OS_VERSION matches
autoconf's normalisation.
diffstat:
mk/bsd.prefs.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 242f3010803c -r c47062b4d833 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk Thu Jan 12 14:05:50 2006 +0000
+++ b/mk/bsd.prefs.mk Thu Jan 12 14:57:19 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.217 2005/12/29 21:18:11 markd Exp $
+# $NetBSD: bsd.prefs.mk,v 1.218 2006/01/12 14:57:19 joerg Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -120,6 +120,7 @@
LOWER_VENDOR?= apple
.elif ${OPSYS} == "DragonFly"
+OS_VERSION:= ${OS_VERSION:C/-.*$//}
LOWER_OPSYS?= dragonfly
LOWER_ARCH!= ${UNAME} -p
MACHINE_ARCH= ${LOWER_ARCH}
Home |
Main Index |
Thread Index |
Old Index