svn commit: r367517 - head/devel/cvsdiff2patch

Antoine Brodin antoine at FreeBSD.org
Sun Sep 7 11:23:22 UTC 2014


Author: antoine
Date: Sun Sep  7 11:23:21 2014
New Revision: 367517
URL: http://svnweb.freebsd.org/changeset/ports/367517
QAT: https://qat.redports.org/buildarchive/r367517/

Log:
  Allow staging as a regular user and simplify

Modified:
  head/devel/cvsdiff2patch/Makefile

Modified: head/devel/cvsdiff2patch/Makefile
==============================================================================
--- head/devel/cvsdiff2patch/Makefile	Sun Sep  7 11:21:48 2014	(r367516)
+++ head/devel/cvsdiff2patch/Makefile	Sun Sep  7 11:23:21 2014	(r367517)
@@ -5,15 +5,13 @@ PORTNAME=	cvsdiff2patch
 PORTVERSION=	1.0.1
 CATEGORIES=	devel
 MASTER_SITES=	http://people.freebsd.org/~alfred/sources/cvsdiff2patch/
-DISTNAME=	cvsdiff2patch-${PORTVERSION}
-USES=	tar:bzip2
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Turn cvs diff output into patch input
 
-PLIST_FILES=	bin/cvsdiff2patch
+USES=		tar:bzip2 uidfix
+MAKE_ENV=	NO_MAN=yes
 
-post-patch:
-	@${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/Makefile
+PLIST_FILES=	bin/cvsdiff2patch
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list