opnsense-ports/sysutils/bksh/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

18 lines
358 B
Makefile

# Created by: The Anarcat <anarcat@anarcat.ath.cx>
PORTNAME= bksh
PORTVERSION= 1.7
CATEGORIES= sysutils
MASTER_SITES= http://anarcat.ath.cx/software/distfiles/
MAINTAINER= anarcat@anarcat.ath.cx
COMMENT= Backup-only shell
USES= uidfix
PLIST_FILES= bin/bksh
post-patch:
@${REINPLACE_CMD} -e "s/NOMAN.*/MAN=/" ${WRKSRC}/local.mk
.include <bsd.port.mk>