Date: Sat, 4 May 2013 19:40:27 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317335 - head/sysutils/bksh Message-ID: <201305041940.r44JeS9n013787@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305041940.r44JeS9n013787>