Index: head/www/planet/Makefile =================================================================== --- head/www/planet/Makefile (revision 392262) +++ head/www/planet/Makefile (revision 392263) @@ -1,28 +1,29 @@ # Created by: Alan Snelson # $FreeBSD$ PORTNAME= planet PORTVERSION= 2.0 CATEGORIES= www MASTER_SITES= http://www.planetplanet.org/download/ MAINTAINER= alan@wave2.co.uk COMMENT= Planet is a flexible feed aggregator - and more! RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/Tidy/Tidy.py:${PORTSDIR}/devel/py-mx-experimental \ ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb USES= python tar:bzip2 NO_BUILD= yes +NO_ARCH= yes SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message post-extract: @${RM} ${WRKSRC}/.bzrignore @${FIND} ${WRKSRC}/ -type d -name '.bzr' | ${XARGS} ${RM} -rf do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) .include Index: head/www/planet/pkg-plist =================================================================== --- head/www/planet/pkg-plist (revision 392262) +++ head/www/planet/pkg-plist (revision 392263) @@ -1,60 +1,49 @@ %%DATADIR%%/AUTHORS %%DATADIR%%/INSTALL %%DATADIR%%/LICENCE %%DATADIR%%/NEWS %%DATADIR%%/PKG-INFO %%DATADIR%%/README %%DATADIR%%/runtests.py %%DATADIR%%/THANKS %%DATADIR%%/TODO %%DATADIR%%/examples/atom.xml.tmpl %%DATADIR%%/examples/basic/config.ini %%DATADIR%%/examples/basic/index.html.tmpl %%DATADIR%%/examples/cache/.empty %%DATADIR%%/examples/fancy/config.ini %%DATADIR%%/examples/fancy/index.html.tmpl %%DATADIR%%/examples/foafroll.xml.tmpl %%DATADIR%%/examples/output/images/edd.png %%DATADIR%%/examples/output/images/evolution.png %%DATADIR%%/examples/output/images/feed-icon-10x10.png %%DATADIR%%/examples/output/images/jdub.png %%DATADIR%%/examples/output/images/keybuk.png %%DATADIR%%/examples/output/images/logo.png %%DATADIR%%/examples/output/images/opml.png %%DATADIR%%/examples/output/images/planet.png %%DATADIR%%/examples/output/images/thom.png %%DATADIR%%/examples/output/planet.css %%DATADIR%%/examples/opml.xml.tmpl %%DATADIR%%/examples/rss10.xml.tmpl %%DATADIR%%/examples/rss20.xml.tmpl %%DATADIR%%/planet/__init__.py %%DATADIR%%/planet/atomstyler.py %%DATADIR%%/planet/cache.py %%DATADIR%%/planet/compat_logging/__init__.py %%DATADIR%%/planet/compat_logging/config.py %%DATADIR%%/planet/compat_logging/handlers.py %%DATADIR%%/planet/feedparser.py %%DATADIR%%/planet/htmltmpl.py %%DATADIR%%/planet/sanitize.py %%DATADIR%%/planet/timeoutsocket.py %%DATADIR%%/planet-cache.py %%DATADIR%%/planet.py %%DATADIR%%/setup.py %%DATADIR%%/planet/tests/__init__.py %%DATADIR%%/planet/tests/data/simple.tmpl %%DATADIR%%/planet/tests/data/simple2.tmpl %%DATADIR%%/planet/tests/test_channel.py %%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%%