freebsd-ports/sysutils/kldpatch/Makefile
Daniel Engberg e3a7ca28c8 */*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up

Reported by:	Jamie Landeg-Jones <jamie@catflap.org>, Chris <portmaster@bsdforge.com>
Approved by:	portmgr (blanket)
2024-01-14 00:30:23 +01:00

21 lines
575 B
Makefile

PORTNAME= kldpatch
PORTVERSION= 20090116
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/
USES= tar:tgz
PLIST_FILES= 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}/man/man8
.include <bsd.port.mk>