svn commit: r317363 - head/devel/cvsdiff2patch

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 21:49:36 UTC 2013


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 at freebsd.org
-#
+# Created by: alfred at 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>


More information about the svn-ports-all mailing list