From owner-svn-ports-all@FreeBSD.ORG Sat May 4 19:40:28 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 907A4E72; Sat, 4 May 2013 19:40:28 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 82A39CEC; Sat, 4 May 2013 19:40:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r44JeSMl013788; Sat, 4 May 2013 19:40:28 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r44JeS9n013787; Sat, 4 May 2013 19:40:28 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201305041940.r44JeS9n013787@svn.freebsd.org> From: Baptiste Daroussin Date: Sat, 4 May 2013 19:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317335 - head/sysutils/bksh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 May 2013 19:40:28 -0000 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 -# +# Created by: The Anarcat # $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