svn commit: r317285 - head/devel/replay

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 22:20:44 UTC 2013


Author: bapt
Date: Fri May  3 22:20:43 2013
New Revision: 317285
URL: http://svnweb.freebsd.org/changeset/ports/317285

Log:
  Fix build on current

Modified:
  head/devel/replay/Makefile

Modified: head/devel/replay/Makefile
==============================================================================
--- head/devel/replay/Makefile	Fri May  3 22:19:19 2013	(r317284)
+++ head/devel/replay/Makefile	Fri May  3 22:20:43 2013	(r317285)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	replay
-# Date created:				22 Apr 2003
-# Whom:					alfred at freebsd.org
-#
+# Created by: alfred at freebsd.org
 # $FreeBSD$
-#
 
 PORTNAME=	devel-replay
 PORTVERSION=	1.0.4
@@ -17,4 +13,7 @@ COMMENT=	Program that helps you fix a bu
 
 PLIST_FILES=	bin/replay
 
+post-patch:
+	@${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/Makefile
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list