blob: 8ab8688429f0b0dc9e4fc93555a5a045a089798d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= kldpatch
PORTVERSION= 20090116
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://BSDforge.com/projects/source/sysutils/kldpatch/
DISTNAME= ${PORTVERSION}-${PORTNAME}
MAINTAINER= portmaster@BSDforge.com
COMMENT= Utility to patch modules and kernel
WWW= http://info.iet.unipi.it/~luigi/FreeBSD/
LICENSE= BSD2CLAUSE
USES= tar:tgz
PLIST_FILES= share/man/man8/${PORTNAME}.8.gz sbin/kldpatch
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>
|