Stagaing also no longer needs running kldxref in do-install.

This commit is contained in:
Juergen Lock 2014-01-26 15:31:21 +00:00
parent ec598fb2ee
commit eee5e164c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341225

View File

@ -34,6 +34,5 @@ BROKEN= Does not compile on powerpc or sparc64
do-install:
${INSTALL} ${WRKSRC}/${PORTNAME}.ko ${STAGEDIR}${KMODDIR}
kldxref ${KMODDIR}
.include <bsd.port.post.mk>