summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authormartti <martti>2004-10-20 05:42:55 +0000
committermartti <martti>2004-10-20 05:42:55 +0000
commit1a274804da5210cda3e474abd72c85f7840bd43e (patch)
tree99d8fcb79e06dd9e46939d2525f21f0fa875ffe4 /mk/bsd.prefs.mk
parent0a6e9ddb4a8069fa6f1c16b4aa0db9f570d8b5fe (diff)
downloadpkgsrc-1a274804da5210cda3e474abd72c85f7840bd43e.tar.gz
Added missing /
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 790cdb98119..dc4f560816f 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.174 2004/10/19 23:16:47 ben Exp $
+# $NetBSD: bsd.prefs.mk,v 1.175 2004/10/20 05:42:55 martti Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -120,7 +120,7 @@ LOWER_OPSYS?= linux
MACHINE_ARCH:= ${MACHINE_ARCH:C/i.86/i386/}
MACHINE_ARCH:= ${MACHINE_ARCH:C/ppc/powerpc/}
. if !defined(LOWER_ARCH)
-LOWER_ARCH!= ${UNAME} -m | sed -e 's/i.86/i386/' -e 's/ppc/powerpc'
+LOWER_ARCH!= ${UNAME} -m | sed -e 's/i.86/i386/' -e 's/ppc/powerpc/'
. endif # !defined(LOWER_ARCH)
. if ${MACHINE_ARCH} == "unknown" || ${MACHINE_ARCH} == ""
MACHINE_ARCH= ${LOWER_ARCH}