diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-16 11:46:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-16 11:46:59 +0800 |
commit | 4ba3766740fa04cc34b64f7c05d14d14f1d274c5 (patch) | |
tree | 5e0fd351d0a5e703c18f45697bfb9872dc3ed8bb /www | |
parent | 446970579d0da9274c690e8fe4ff4cf62c7850bc (diff) | |
download | freebsd-ports-gnome-4ba3766740fa04cc34b64f7c05d14d14f1d274c5.tar.gz freebsd-ports-gnome-4ba3766740fa04cc34b64f7c05d14d14f1d274c5.tar.zst freebsd-ports-gnome-4ba3766740fa04cc34b64f7c05d14d14f1d274c5.zip |
- Drop @dirrm* from plist
- Add NO_ARCH
Approved by: portmgr blanket
Diffstat (limited to 'www')
-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%% |