Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2014 20:48:04 +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: r368226 - head/editors/manedit
Message-ID:  <201409142048.s8EKm4eb022699@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep 14 20:48:04 2014
New Revision: 368226
URL: http://svnweb.freebsd.org/changeset/ports/368226
QAT: https://qat.redports.org/buildarchive/r368226/

Log:
  Allow staging as a regular user

Modified:
  head/editors/manedit/Makefile

Modified: head/editors/manedit/Makefile
==============================================================================
--- head/editors/manedit/Makefile	Sun Sep 14 20:38:48 2014	(r368225)
+++ head/editors/manedit/Makefile	Sun Sep 14 20:48:04 2014	(r368226)
@@ -13,7 +13,7 @@ COMMENT=	UNIX manual page editor and vie
 WRKSRC=		${WRKDIR}/${DISTNAME}/${PORTNAME}
 
 MAKEFILE=	Makefile.FreeBSD
-USES=	tar:bzip2
+USES=		tar:bzip2
 USE_GNOME=	gtk12
 
 MAKE_ARGS=	STAGEDIR="$(STAGEDIR)"
@@ -26,6 +26,7 @@ post-patch:
 	@${REINPLACE_CMD} -e '/^MAN/s/.bz2//' \
 		-e 's/(PREFIX)/(STAGEDIR)$$&/' \
 		-e '/@echo/s/^/#/' \
+		-e 's/-o root -g wheel//' \
 		${WRKSRC}/Makefile.install.FreeBSD
 	@${REINPLACE_CMD} -e '/^SRC_C =/s//& mntent_compat.c/' \
 		${WRKSRC}/Makefile.srclist



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