summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-08-20 10:42:11 +0000
committerosa <osa@FreeBSD.org>2003-08-20 10:42:11 +0000
commit8d24035783f38e5b8e957c1de69162f23aa4b8a2 (patch)
treea331e3f5d17f5de1dfe63f5ba52b55fdee9cc80d /x11
parent7878f2b14fe2fccf1ed523876323d92b671ecbfa (diff)
downloadFreeBSD-ports-8d24035783f38e5b8e957c1de69162f23aa4b8a2.zip
FreeBSD-ports-8d24035783f38e5b8e957c1de69162f23aa4b8a2.tar.gz
Fix installation (in special cases)
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> (maintainer) PR: 55796
Diffstat (limited to 'x11')
-rw-r--r--x11/nvidia-driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile
index 0bf6088..b2f746b 100644
--- a/x11/nvidia-driver/Makefile
+++ b/x11/nvidia-driver/Makefile
@@ -79,7 +79,7 @@ pre-install:
.if defined(WITHOUT_LINUX)
@${MKDIR} ${LINUXBASE}/usr/lib
.endif
- @(kldstat -n linux || kldload linux)
+ -@(kldstat -n linux || kldload linux)
post-install:
.if ${OSVERSION} < 500000
OpenPOWER on IntegriCloud