Make building as user work.
Obtained from: Ports r341294
This commit is contained in:
parent
c78d7035e7
commit
2755bd449b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341295
1 changed files with 2 additions and 4 deletions
|
@ -30,9 +30,7 @@ PLIST_SUB= KMODNAME="${KMODNAME}"
|
||||||
|
|
||||||
NO_PACKAGE= this is a modified version of a restricted firmware
|
NO_PACKAGE= this is a modified version of a restricted firmware
|
||||||
|
|
||||||
USES= kmod
|
USES= kmod uidfix
|
||||||
|
|
||||||
NEED_ROOT= yes
|
|
||||||
|
|
||||||
do-build:
|
do-build:
|
||||||
cd ${WRKSRC} && \
|
cd ${WRKSRC} && \
|
||||||
|
@ -46,6 +44,6 @@ do-build:
|
||||||
@cd ${WRKSRC}/v3; make all
|
@cd ${WRKSRC}/v3; make all
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@cd ${WRKSRC}/v3; ${SETENV} KMODDIR="${STAGEDIR}${KMODDIR}" make install
|
@cd ${WRKSRC}/v3; ${SETENV} ${MAKE_ENV} KMODDIR="${STAGEDIR}${KMODDIR}" make install
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue