svn commit: r368766 - in head/www/selenium: . files

Antoine Brodin antoine at FreeBSD.org
Sun Sep 21 15:04:48 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list