change NO_ARCH default to ${MACHINE_ARCH}/no-arch, discussed with espie & naddy
This commit is contained in:
parent
b222b6899a
commit
15a8fd3c72
@ -1,6 +1,6 @@
|
||||
#-*- mode: Makefile; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
# $OpenBSD: bsd.port.mk,v 1.1209 2013/02/05 11:22:50 espie Exp $
|
||||
# $OpenBSD: bsd.port.mk,v 1.1210 2013/02/10 13:42:38 sthen Exp $
|
||||
#
|
||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
@ -780,7 +780,7 @@ ${_v}${_s} ?= ${${_v}}
|
||||
.endfor
|
||||
|
||||
_PACKAGE_LINKS =
|
||||
NO_ARCH ?= no-arch
|
||||
NO_ARCH ?= ${MACHINE_ARCH}/no-arch
|
||||
_PKG_REPO = ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/all/
|
||||
_TMP_REPO = ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/tmp/
|
||||
_CACHE_REPO = ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/cache/
|
||||
|
Loading…
Reference in New Issue
Block a user