- Stage support

- Use kmod
This commit is contained in:
Antoine Brodin 2014-02-01 17:47:32 +00:00
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

View file

@ -3,19 +3,16 @@
PORTNAME= vordog
PORTVERSION= 20080708
CATEGORIES= sysutils kld
CATEGORIES= sysutils
MASTER_SITES= http://www.assembla.com/spaces/vordog/documents/dcR7vqtqyr3AMlab7jnrAJ/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Watchdog(9) driver for watchdog timer of Vortex86
SSP_UNSAFE= kernel module does not support ssp
KMODDIR= /boot/modules
ONLY_FOR_ARCHS= i386
USES= kmod
NO_STAGE= yes
do-install:
${INSTALL_KLD} ${WRKSRC}/vordog.ko ${KMODDIR}
${INSTALL_KLD} ${WRKSRC}/vordog.ko ${STAGEDIR}${KMODDIR}
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
@cwd /
boot/modules/vordog.ko
%%KMODDIR%%/vordog.ko