Ensure pkgsrc directories are in PATH, fixes pkg module load failures. Fix
submitted by Travis Paul. Bump PKGREVISION.
This commit is contained in:
parent
c05ec3ebb9
commit
ba12647fd5
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.27 2015/07/24 10:24:27 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2015/10/14 15:46:34 jperkin Exp $
|
||||
|
||||
DISTNAME= salt-2014.7.2
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/s/salt/
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
<method_credential user='root' group='root' />
|
||||
<method_environment>
|
||||
<envvar name="LD_PRELOAD_32" value="/usr/lib/extendedFILE.so.1" />
|
||||
<envvar name="PATH" value="@PREFIX@/sbin:@PREFIX@/bin:/sbin:/usr/sbin:/usr/bin" />
|
||||
</method_environment>
|
||||
</method_context>
|
||||
<instance name='master' enabled='false'>
|
||||
|
|
Loading…
Reference in a new issue