Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 2014 15:04:48 +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: r368766 - in head/www/selenium: . files
Message-ID:  <201409211504.s8LF4mZS035144@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Sep 21 15:04:47 2014
New Revision: 368766
URL: http://svnweb.freebsd.org/changeset/ports/368766
QAT: https://qat.redports.org/buildarchive/r368766/

Log:
  Allow staging as a regular user
  Reduce patching

Deleted:
  head/www/selenium/files/patch-Makefile
  head/www/selenium/files/patch-configure
Modified:
  head/www/selenium/Makefile

Modified: head/www/selenium/Makefile
==============================================================================
--- head/www/selenium/Makefile	Sun Sep 21 14:58:35 2014	(r368765)
+++ head/www/selenium/Makefile	Sun Sep 21 15:04:47 2014	(r368766)
@@ -11,7 +11,11 @@ MAINTAINER=	kaworu@users.sourceforge.jp
 COMMENT=	Selenium is web application test tool!
 
 HAS_CONFIGURE=	yes
+MAKE_ARGS=	PREFIX=${STAGEDIR}${PREFIX}
 
 SUB_FILES=	pkg-message
 
+post-patch:
+	@${REINPLACE_CMD} 's,-o root -g wheel,,' ${WRKSRC}/configure
+
 .include <bsd.port.mk>



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