mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add USES=uidfix to avoid the NEED_ROOT macro
Properly set make env before installing so uidfix works
This commit is contained in:
parent
355dfb22d5
commit
c78d7035e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341294
@ -47,9 +47,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} && \
|
||||||
@ -78,7 +76,7 @@ do-build:
|
|||||||
@cd ${WRKSRC}/lp/v4; make all
|
@cd ${WRKSRC}/lp/v4; make all
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@cd ${WRKSRC}/bg/v4; ${SETENV} KMODDIR="${STAGEDIR}${KMODDIR}" make install
|
@cd ${WRKSRC}/bg/v4; ${SETENV} ${MAKE_ENV} KMODDIR="${STAGEDIR}${KMODDIR}" make install
|
||||||
@cd ${WRKSRC}/lp/v4; ${SETENV} KMODDIR="${STAGEDIR}${KMODDIR}" make install
|
@cd ${WRKSRC}/lp/v4; ${SETENV} ${MAKE_ENV} KMODDIR="${STAGEDIR}${KMODDIR}" make install
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user