1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/sysutils/kldpatch/Makefile
Thomas Abthorpe b2ee47fc28 - Reassign to the heap
Approved by:	portmgr (tabthorpe)
2011-12-14 17:20:54 +00:00

28 lines
604 B
Makefile

# New ports collection makefile for: kldpatch
# Date created: 9 January 2009
# Whom: luigi@freebsd.org
#
# $FreeBSD$
#
PORTNAME= kldpatch
PORTVERSION= 20090116
CATEGORIES= sysutils
MASTER_SITES= http://info.iet.unipi.it/~luigi/FreeBSD/
DISTNAME= ${PORTVERSION}-${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to patch modules and kernel
MAN8= kldpatch.8
PLIST_FILES= sbin/kldpatch
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8
.include <bsd.port.mk>