aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsdiff2patch
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 21:49:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-04 21:49:35 +0000
commita17c1564edee8f4ab621daa6cf74e5d0538b8bb0 (patch)
tree09820e8af035cc19ce5ea6356d23b63a34603902 /devel/cvsdiff2patch
parent5494f0472e9aa46e43cd870fee533c6cb3fc2a87 (diff)
Notes
Diffstat (limited to 'devel/cvsdiff2patch')
-rw-r--r--devel/cvsdiff2patch/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/cvsdiff2patch/Makefile b/devel/cvsdiff2patch/Makefile
index ea6fb74ffda1..1472b521e5f0 100644
--- a/devel/cvsdiff2patch/Makefile
+++ b/devel/cvsdiff2patch/Makefile
@@ -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 input
PLIST_FILES= bin/cvsdiff2patch
+post-patch:
+ @${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/Makefile
+
.include <bsd.port.mk>