diff options
Diffstat (limited to 'sysutils/bksh/Makefile')
-rw-r--r-- | sysutils/bksh/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/bksh/Makefile b/sysutils/bksh/Makefile index a5d46913f112..0f2b9b7d90c0 100644 --- a/sysutils/bksh/Makefile +++ b/sysutils/bksh/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bksh -# Date created: 22 June 2003 -# Whom: The Anarcat <anarcat@anarcat.ath.cx> -# +# Created by: The Anarcat <anarcat@anarcat.ath.cx> # $FreeBSD$ -# PORTNAME= bksh PORTVERSION= 1.7 @@ -15,4 +11,7 @@ COMMENT= Backup-only shell PLIST_FILES= bin/bksh +post-patch: + @${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/local.mk + .include <bsd.port.mk> |