aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-01 20:35:57 +0800
committerPav Lucistnik <pav@FreeBSD.org>2004-02-01 20:35:57 +0800
commitb1d96356f5318a604dcf35ea40cc34762585390a (patch)
treea963538bc69de656d3dfd16ae7cdb5ddf8b7c317 /x11
parent7547cf0c8d2340005fb7d06080fa994eac14c01a (diff)
downloadfreebsd-ports-gnome-b1d96356f5318a604dcf35ea40cc34762585390a.tar.gz
freebsd-ports-gnome-b1d96356f5318a604dcf35ea40cc34762585390a.tar.zst
freebsd-ports-gnome-b1d96356f5318a604dcf35ea40cc34762585390a.zip
- Install kernel module to proper location on -STABLE
PR: ports/62210 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> (maintainer)
Diffstat (limited to 'x11')
-rw-r--r--x11/nvidia-driver/files/patch-module::Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/nvidia-driver/files/patch-module::Makefile b/x11/nvidia-driver/files/patch-module::Makefile
index 7a5768b48624..f0c53fb8a471 100644
--- a/x11/nvidia-driver/files/patch-module::Makefile
+++ b/x11/nvidia-driver/files/patch-module::Makefile
@@ -1,10 +1,12 @@
--- module/Makefile.orig Wed May 28 23:51:52 2003
+++ module/Makefile Sun Jan 25 11:47:48 2004
-@@ -14,6 +14,8 @@
+@@ -14,6 +14,10 @@
BUILD_DONE= ${.CURDIR}/.build_done
CLEANFILES+= ${BUILD_DONE}
++.if ${OSVERSION} > 500011
+KMODDIR?= /boot/modules
++.endif
+
#
# To enable debugging see nvidia_debug.h