aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-05 05:49:35 +0800
committerbapt <bapt@FreeBSD.org>2013-05-05 05:49:35 +0800
commitc5a093f333a570b78997d820195030cb52849756 (patch)
tree09820e8af035cc19ce5ea6356d23b63a34603902 /devel
parentc9a8cbf0288e1231a1fb3653a4eae996880ceece (diff)
downloadfreebsd-ports-gnome-c5a093f333a570b78997d820195030cb52849756.tar.gz
freebsd-ports-gnome-c5a093f333a570b78997d820195030cb52849756.tar.zst
freebsd-ports-gnome-c5a093f333a570b78997d820195030cb52849756.zip
Fix build on current
Diffstat (limited to 'devel')
-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>