diff options
author | hans <hans> | 2011-07-15 15:35:02 +0000 |
---|---|---|
committer | hans <hans> | 2011-07-15 15:35:02 +0000 |
commit | 08612e4db1ca7648c5fbf2a414c699c5dd5aff37 (patch) | |
tree | 03ed1ad28446646c5afd2de8fb8bdc417bbeb101 /mk | |
parent | 85218838b75129143ac8df859e73154291a15c1f (diff) | |
download | pkgsrc-08612e4db1ca7648c5fbf2a414c699c5dd5aff37.tar.gz |
Fix usage of archivers/pax as tool when NBPAX_PROGRAM_PREFIX is set.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools/replace.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index 167796d47a7..bdbe4518299 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.231 2011/04/08 23:06:51 tez Exp $ +# $NetBSD: replace.mk,v 1.232 2011/07/15 15:35:02 hans Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -664,7 +664,7 @@ MAKEFLAGS+= TOOLS_IGNORE.pax= TOOLS_DEPENDS.pax?= pax>=20040802:../../archivers/pax TOOLS_CREATE+= pax TOOLS_FIND_PREFIX+= TOOLS_PREFIX.pax=pax -TOOLS_PATH.pax= ${TOOLS_PREFIX.pax}/bin/pax +TOOLS_PATH.pax= ${TOOLS_PREFIX.pax}/bin/${NBPAX_PROGRAM_PREFIX}pax . endif .endif |