diff options
author | rene <rene@FreeBSD.org> | 2014-01-27 06:00:23 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-01-27 06:00:23 +0800 |
commit | e64c1726f79226dd91d54a511435ccca278d530e (patch) | |
tree | 15f871d3bc8f953d07e0ddc2ba50285a2511f49f /net | |
parent | 26854ec4161d61433edac442f14d158fc6e695dd (diff) | |
download | freebsd-ports-gnome-e64c1726f79226dd91d54a511435ccca278d530e.tar.gz freebsd-ports-gnome-e64c1726f79226dd91d54a511435ccca278d530e.tar.zst freebsd-ports-gnome-e64c1726f79226dd91d54a511435ccca278d530e.zip |
Make building as user work.
Obtained from: Ports r341294
Diffstat (limited to 'net')
-rw-r--r-- | net/bwi-firmware-kmod/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/bwi-firmware-kmod/Makefile b/net/bwi-firmware-kmod/Makefile index 811c9ffc1bbc..c5b84d9de69c 100644 --- a/net/bwi-firmware-kmod/Makefile +++ b/net/bwi-firmware-kmod/Makefile @@ -30,9 +30,7 @@ PLIST_SUB= KMODNAME="${KMODNAME}" NO_PACKAGE= this is a modified version of a restricted firmware -USES= kmod - -NEED_ROOT= yes +USES= kmod uidfix do-build: cd ${WRKSRC} && \ @@ -46,6 +44,6 @@ do-build: @cd ${WRKSRC}/v3; make all 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> |