1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Approved by:	portmgr@ (blanket approval)
This commit is contained in:
Vanilla I. Shu 2014-07-02 13:55:20 +00:00
parent 7bf848892a
commit 6c495cac79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360191
4 changed files with 23 additions and 5 deletions

View File

@ -10,13 +10,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/17210
MAINTAINER= kaworu@users.sourceforge.jp
COMMENT= Selenium is web application test tool!
MAN1= selenium.1
HAS_CONFIGURE= yes
SUB_FILES= pkg-message
NO_STAGE= yes
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,11 @@
--- Makefile.orig 2014-07-02 21:36:48.517027340 +0800
+++ Makefile 2014-07-02 21:38:23.869021431 +0800
@@ -9,7 +9,7 @@
PREFIX?=/usr/local
-DST=$(PREFIX)/www/selenium
+DST=$(DESTDIR)$(PREFIX)/www/selenium
all:
# @echo all

View File

@ -0,0 +1,11 @@
--- configure.orig 2014-07-02 21:37:06.899023988 +0800
+++ configure 2014-07-02 21:49:07.936973370 +0800
@@ -22,7 +22,7 @@ EOF
|/usr/bin/sed -e 's:^selenium/::' \
|/usr/bin/sed -e 's:\(.*\): ${INSTALL} -c -o root -g wheel -m 0644 selenium/\1 ${DST}/\1:'
-echo " \${INSTALL} -c -o root -g wheel -m 0644 man/selenium.1 \${PREFIX}/man/man1/selenium.1"
+echo " \${INSTALL} -c -o root -g wheel -m 0644 man/selenium.1 \$(DESTDIR)\${PREFIX}/man/man1/selenium.1"
/usr/bin/find doc -type d\
| /usr/bin/sed -e 's:\(.*\): ${INSTALL} -d -o root -g wheel ${DST}/\1:'

View File

@ -1,3 +1,4 @@
man/man1/selenium.1.gz
www/selenium/devtests/meta/page.html
www/selenium/devtests/TestClickInFrame.html
www/selenium/devtests/TestOpenInFrame.html