aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bksh/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 19:40:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 19:40:27 +0000
commit58e5b0e1ec1757eedca9a8d6c57bae74538f1722 (patch)
treec7fdac1ff5eb95d6d9e5a2462a7be5ecf305b47a /sysutils/bksh/Makefile
parent9a4cbf025af4c1051935dc02bd468cb7aab694e0 (diff)
downloadports-58e5b0e1ec1757eedca9a8d6c57bae74538f1722.tar.gz
ports-58e5b0e1ec1757eedca9a8d6c57bae74538f1722.zip
Notes
Diffstat (limited to 'sysutils/bksh/Makefile')
-rw-r--r--sysutils/bksh/Makefile9
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>