Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 21:49:36 +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: r317363 - head/devel/cvsdiff2patch
Message-ID:  <201305042149.r44LnabZ060342@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat May  4 21:49:35 2013
New Revision: 317363
URL: http://svnweb.freebsd.org/changeset/ports/317363

Log:
  Fix build on current

Modified:
  head/devel/cvsdiff2patch/Makefile

Modified: head/devel/cvsdiff2patch/Makefile
==============================================================================
--- head/devel/cvsdiff2patch/Makefile	Sat May  4 21:44:33 2013	(r317362)
+++ head/devel/cvsdiff2patch/Makefile	Sat May  4 21:49:35 2013	(r317363)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cvsdiff2patch
-# Date created:				06 Jun 2003
-# Whom:					alfred@freebsd.org
-#
+# Created by: alfred@freebsd.org
 # $FreeBSD$
-#
 
 PORTNAME=	cvsdiff2patch
 PORTVERSION=	1.0.1
@@ -17,4 +13,7 @@ COMMENT=	Turn cvs diff output into patch
 
 PLIST_FILES=	bin/cvsdiff2patch
 
+post-patch:
+	@${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/Makefile
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305042149.r44LnabZ060342>