mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
run kldxref on uninstall to restore linker.hints
bump PORTREVISION
This commit is contained in:
parent
6d05ff0d28
commit
874374428f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237190
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= linux-gspca-kmod
|
||||
PORTVERSION= 1.0.20
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia kld
|
||||
MASTER_SITES= http://mxhaard.free.fr/spca50x/Download/oldrelease/
|
||||
DISTNAME= gspcav1-20071220
|
||||
|
@ -1,3 +1,5 @@
|
||||
@comment The module is installed in /boot/modules
|
||||
@comment on removal, re-run kldxref to restore or delete linker.hints
|
||||
@cwd /boot/modules
|
||||
gspca.ko
|
||||
@unexec kldxref %D
|
||||
|
@ -9,6 +9,7 @@
|
||||
|
||||
PORTNAME= linux-ov511-kmod
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia kld
|
||||
MASTER_SITES= http://info.iet.unipi.it/~luigi/FreeBSD/linux/drivers/media/video/
|
||||
DISTFILES= ov511.c ov511.h
|
||||
|
@ -1,3 +1,5 @@
|
||||
@comment The module is installed in /boot/modules
|
||||
@comment on removal, re-run kldxref to restore or delete linker.hints
|
||||
@cwd /boot/modules
|
||||
ov511.ko
|
||||
@unexec kldxref %D
|
||||
|
Loading…
Reference in New Issue
Block a user