summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-02-01 12:35:57 +0000
committerpav <pav@FreeBSD.org>2004-02-01 12:35:57 +0000
commit1fc75e8b2f9ce433513b875c7e3715e6136382ff (patch)
tree8320bade5171fc31905bbcd1bd7b8a1865b89d38 /x11
parent408623453030b717db0743cb5b1fc7f4feb6af3d (diff)
downloadFreeBSD-ports-1fc75e8b2f9ce433513b875c7e3715e6136382ff.zip
FreeBSD-ports-1fc75e8b2f9ce433513b875c7e3715e6136382ff.tar.gz
- 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 7a5768b..f0c53fb 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
OpenPOWER on IntegriCloud