1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/www/selenium/Makefile
Antoine Brodin 5c5de92aa5 Allow staging as a regular user
Reduce patching
2014-09-21 15:04:47 +00:00

22 lines
441 B
Makefile

# Created by: kaworu
# $FreeBSD$
PORTNAME= selenium
PORTVERSION= 0.6.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME}/17210
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>