diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-30 14:54:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-30 14:54:58 +0800 |
commit | 81935baaeefdfe6c4a091929687cbe1301862f44 (patch) | |
tree | 6de5a730cc0d1d9aaaa85bcac869f384307e6ce5 | |
parent | 0ee7a3bf9d5f135621cbf74190ebe01f5b93da88 (diff) | |
download | freebsd-ports-gnome-81935baaeefdfe6c4a091929687cbe1301862f44.tar.gz freebsd-ports-gnome-81935baaeefdfe6c4a091929687cbe1301862f44.tar.zst freebsd-ports-gnome-81935baaeefdfe6c4a091929687cbe1301862f44.zip |
- Add NO_ARCH
- Drop @dirrm* from plist
Approved by: portmgr blanket
-rw-r--r-- | www/selenium/Makefile | 1 | ||||
-rw-r--r-- | www/selenium/pkg-plist | 28 |
2 files changed, 2 insertions, 27 deletions
diff --git a/www/selenium/Makefile b/www/selenium/Makefile index ccf97943382a..3ab80fc783ca 100644 --- a/www/selenium/Makefile +++ b/www/selenium/Makefile @@ -11,6 +11,7 @@ COMMENT= Selenium is web application test tool! HAS_CONFIGURE= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} +NO_ARCH= yes SUB_FILES= pkg-message diff --git a/www/selenium/pkg-plist b/www/selenium/pkg-plist index de0207110f99..bc38c39ee27f 100644 --- a/www/selenium/pkg-plist +++ b/www/selenium/pkg-plist @@ -238,30 +238,4 @@ www/selenium/doc/release-notes.html www/selenium/doc/seleniumReference.html www/selenium/doc/testrunner.html www/selenium/doc/usage.html -@dirrm www/selenium/doc/images -@dirrm www/selenium/doc -@dirrm www/selenium/tests/tableparser -@dirrm www/selenium/tests/html -@dirrm www/selenium/tests/events -@dirrm www/selenium/tests/browserbot -@dirrm www/selenium/tests -@dirrm www/selenium/jsunit/tests/data -@dirrm www/selenium/jsunit/tests -@dirrm www/selenium/jsunit/licenses -@dirrm www/selenium/jsunit/java/src -@dirrm www/selenium/jsunit/java/lib -@dirrm www/selenium/jsunit/java/bin -@dirrm www/selenium/jsunit/java -@dirrm www/selenium/jsunit/intellij -@dirrm www/selenium/jsunit/images -@dirrm www/selenium/jsunit/css -@dirrm www/selenium/jsunit/app/css -@dirrm www/selenium/jsunit/app -@dirrm www/selenium/jsunit -@dirrm www/selenium/jsmock -@dirrm www/selenium/html-xpath -@dirrm www/selenium/dom-styles -@dirrm www/selenium/dom-images -@dirrm www/selenium/devtests/meta -@dirrm www/selenium/devtests -@dirrm www/selenium +@dir www/selenium/jsunit/java/src |