mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
5c5de92aa5
Reduce patching
22 lines
441 B
Makefile
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>
|