mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- Stage support
- Use kmod
This commit is contained in:
parent
fa114e1292
commit
a9c0f384f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342196
2 changed files with 4 additions and 7 deletions
|
@ -3,19 +3,16 @@
|
||||||
|
|
||||||
PORTNAME= vordog
|
PORTNAME= vordog
|
||||||
PORTVERSION= 20080708
|
PORTVERSION= 20080708
|
||||||
CATEGORIES= sysutils kld
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://www.assembla.com/spaces/vordog/documents/dcR7vqtqyr3AMlab7jnrAJ/download/
|
MASTER_SITES= http://www.assembla.com/spaces/vordog/documents/dcR7vqtqyr3AMlab7jnrAJ/download/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Watchdog(9) driver for watchdog timer of Vortex86
|
COMMENT= Watchdog(9) driver for watchdog timer of Vortex86
|
||||||
|
|
||||||
SSP_UNSAFE= kernel module does not support ssp
|
|
||||||
KMODDIR= /boot/modules
|
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
|
USES= kmod
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_KLD} ${WRKSRC}/vordog.ko ${KMODDIR}
|
${INSTALL_KLD} ${WRKSRC}/vordog.ko ${STAGEDIR}${KMODDIR}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
@cwd /
|
@cwd /
|
||||||
boot/modules/vordog.ko
|
%%KMODDIR%%/vordog.ko
|
||||||
|
|
Loading…
Add table
Reference in a new issue