Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 11:23:22 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367517 - head/devel/cvsdiff2patch
Message-ID:  <201409071123.s87BNMTT026164@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409071123.s87BNMTT026164>