Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
19 lines
370 B
Makefile
19 lines
370 B
Makefile
# Created by: The Anarcat <anarcat@anarcat.ath.cx>
|
|
# $FreeBSD$
|
|
|
|
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/NO_MAN/" ${WRKSRC}/local.mk
|
|
|
|
.include <bsd.port.mk>
|