svn commit: r317335 - head/sysutils/bksh

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 19:40:28 UTC 2013


Author: bapt
Date: Sat May  4 19:40:27 2013
New Revision: 317335
URL: http://svnweb.freebsd.org/changeset/ports/317335

Log:
  Fix build with bmake

Modified:
  head/sysutils/bksh/Makefile

Modified: head/sysutils/bksh/Makefile
==============================================================================
--- head/sysutils/bksh/Makefile	Sat May  4 19:33:20 2013	(r317334)
+++ head/sysutils/bksh/Makefile	Sat May  4 19:40:27 2013	(r317335)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	bksh
-# Date created:		22 June 2003
-# Whom:			The Anarcat <anarcat at anarcat.ath.cx>
-#
+# Created by: The Anarcat <anarcat at 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>


More information about the svn-ports-all mailing list