diff options
-rw-r--r-- | www/planet/Makefile | 1 | ||||
-rw-r--r-- | www/planet/pkg-plist | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/www/planet/Makefile b/www/planet/Makefile index 05ed69c273a9..0c58efa988ae 100644 --- a/www/planet/Makefile +++ b/www/planet/Makefile @@ -14,6 +14,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/Tidy/Tidy.py:${PORTSDIR}/devel/py-mx-experi USES= python tar:bzip2 NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/www/planet/pkg-plist b/www/planet/pkg-plist index 2afe85188553..40dc0a6d2d85 100644 --- a/www/planet/pkg-plist +++ b/www/planet/pkg-plist @@ -47,14 +47,3 @@ %%DATADIR%%/planet/tests/test_main.py %%DATADIR%%/planet/tests/test_sanitize.py %%DATADIR%%/planet/tests/test_sub.py -@dirrm %%DATADIR%%/examples/basic -@dirrm %%DATADIR%%/examples/cache -@dirrm %%DATADIR%%/examples/fancy -@dirrm %%DATADIR%%/examples/output/images -@dirrm %%DATADIR%%/examples/output -@dirrm %%DATADIR%%/examples -@dirrm %%DATADIR%%/planet/compat_logging -@dirrm %%DATADIR%%/planet/tests/data -@dirrm %%DATADIR%%/planet/tests -@dirrm %%DATADIR%%/planet -@dirrm %%DATADIR%% |