Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 15:05:14 +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: r367859 - head/misc/imerge
Message-ID:  <201409101505.s8AF5EFG012289@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Sep 10 15:05:14 2014
New Revision: 367859
URL: http://svnweb.freebsd.org/changeset/ports/367859
QAT: https://qat.redports.org/buildarchive/r367859/

Log:
  Allow staging as a regular user

Modified:
  head/misc/imerge/Makefile

Modified: head/misc/imerge/Makefile
==============================================================================
--- head/misc/imerge/Makefile	Wed Sep 10 14:59:37 2014	(r367858)
+++ head/misc/imerge/Makefile	Wed Sep 10 15:05:14 2014	(r367859)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR=	knu
 MAINTAINER=	knu@FreeBSD.org
 COMMENT=	Tool to help merge one file to another interactively
 
-USES=	tar:bzip2
+USES=		tar:bzip2 uidfix
 
 MAKE_ARGS=	PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}"
 MAKEFILE=	BSDmakefile



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