diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-02 13:46:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-02 13:46:37 +0000 |
commit | 3152d1d992e9d4e82a4378727456b646bda028a6 (patch) | |
tree | 54a433f594cfabd9bfc86df6ccf0b1db9139edd7 /mk/bsd.prefs.mk | |
parent | 6d9bf8414c70589d9b7abca7a62d90e00c642e6a (diff) | |
download | pkgsrc-3152d1d992e9d4e82a4378727456b646bda028a6.tar.gz |
Don't include define lower opsys version for the host name, e.g. use
i386-pc-dragonflybsd instead of i386-pc-dragonflybsd1. Saves a few
forks and execs and makes DragonFly more homogenous with NetBSD.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 78410de4ea7..a2a36d0adf6 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.218 2006/01/12 14:57:19 joerg Exp $ +# $NetBSD: bsd.prefs.mk,v 1.219 2006/02/02 13:46:37 joerg Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -125,7 +125,6 @@ LOWER_OPSYS?= dragonfly 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?= pc .elif ${OPSYS} == "FreeBSD" |