2013-05-04 21:40:27 +02:00
|
|
|
# Created by: The Anarcat <anarcat@anarcat.ath.cx>
|
2003-08-10 10:39:24 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bksh
|
2004-03-05 10:51:49 +01:00
|
|
|
PORTVERSION= 1.7
|
2003-08-10 10:39:24 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://anarcat.ath.cx/software/distfiles/
|
|
|
|
|
|
|
|
MAINTAINER= anarcat@anarcat.ath.cx
|
|
|
|
COMMENT= Backup-only shell
|
|
|
|
|
2014-08-21 21:36:06 +02:00
|
|
|
USES= uidfix
|
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/bksh
|
|
|
|
|
2013-05-04 21:40:27 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/local.mk
|
|
|
|
|
2003-08-10 10:39:24 +02:00
|
|
|
.include <bsd.port.mk>
|