mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
For the most part this is just to track upstream for FreeBSD. In particular 10.2.0 introduced a regression whereby UFS support was dropped. The fix was backported to the FreeBSD port of 10.2.0 in lieu of waiting for 10.2.5 to be released. PR: 227124 Submitted by: John Wolfe <jwolfe@vmware.com>
19 lines
779 B
Text
19 lines
779 B
Text
--- modules/Makefile.am.orig 2018-04-18 02:28:12 UTC
|
|
+++ modules/Makefile.am
|
|
@@ -48,11 +48,11 @@ if SOLARIS
|
|
done
|
|
endif
|
|
if FREEBSD
|
|
- for MOD in $(MODULES); do \
|
|
- $(INSTALL) -d $(DESTDIR)$(MODULES_DIR); \
|
|
- $(INSTALL) -m644 $(modulesrc)/$(MODULES_OS)/$$MOD.ko \
|
|
- $(DESTDIR)$(MODULES_DIR); \
|
|
- done
|
|
+# for MOD in $(MODULES); do \
|
|
+# $(INSTALL) -d $(DESTDIR)$(MODULES_DIR); \
|
|
+# $(INSTALL) -m644 $(modulesrc)/$(MODULES_OS)/$$MOD.ko \
|
|
+# $(DESTDIR)$(MODULES_DIR); \
|
|
+# done
|
|
endif
|
|
|
|
uninstall-hook:
|