diff options
author | nox <nox@FreeBSD.org> | 2014-01-26 23:31:21 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2014-01-26 23:31:21 +0800 |
commit | e3b46dba1719bef3485fec5f874e497a758b7f4c (patch) | |
tree | 6555000d2453edb222461e96ba11a177b3b50814 /comms | |
parent | 86d6efd009d29c5e8824ab353ff35c094536cde2 (diff) | |
download | freebsd-ports-graphics-e3b46dba1719bef3485fec5f874e497a758b7f4c.tar.gz freebsd-ports-graphics-e3b46dba1719bef3485fec5f874e497a758b7f4c.tar.zst freebsd-ports-graphics-e3b46dba1719bef3485fec5f874e497a758b7f4c.zip |
Stagaing also no longer needs running kldxref in do-install.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/uartlirc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/comms/uartlirc/Makefile b/comms/uartlirc/Makefile index c86798a2f65..1a73159d8bf 100644 --- a/comms/uartlirc/Makefile +++ b/comms/uartlirc/Makefile @@ -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> |