Index: head/www/feedonfeeds/Makefile =================================================================== --- head/www/feedonfeeds/Makefile (revision 393583) +++ head/www/feedonfeeds/Makefile (revision 393584) @@ -1,25 +1,26 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= feedonfeeds PORTVERSION= 0.5 CATEGORIES= www MASTER_SITES= GOOGLE_CODE -EXTRACT_SUFX= .tgz MAINTAINER= wtp@bsdserwis.com COMMENT= Server side personal RSS (and Atom) aggregator +USES= tar:tgz PROJECTHOST= feed-on-feeds USE_PHP= mysql xml zlib curl mbstring iconv WANT_PHP_WEB= yes USE_MYSQL= yes NO_BUILD= yes +NO_ARCH= yes DATADIR?= ${PREFIX}/www/data/feed-on-feeds -WRKSRC= ${WRKDIR}/${PROJECTHOST} +WRKSRC= ${WRKDIR}/${PROJECTHOST} do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${CP} -R ${WRKSRC}/ ${STAGEDIR}${DATADIR} .include Index: head/www/feedonfeeds/pkg-plist =================================================================== --- head/www/feedonfeeds/pkg-plist (revision 393583) +++ head/www/feedonfeeds/pkg-plist (revision 393584) @@ -1,63 +1,56 @@ %%DATADIR%%/prototype/prototype.js %%DATADIR%%/image/feed-icon.png %%DATADIR%%/image/grippy.png %%DATADIR%%/image/star-off.gif %%DATADIR%%/image/star-on.gif %%DATADIR%%/image/star-pending.gif %%DATADIR%%/image/throbber.gif %%DATADIR%%/plugins/wordpress.png %%DATADIR%%/plugins/balancetags.php %%DATADIR%%/plugins/delicious.php %%DATADIR%%/plugins/delicious.png %%DATADIR%%/plugins/enclosures.php %%DATADIR%%/plugins/fixdivs.php %%DATADIR%%/plugins/mediaplayer.swf %%DATADIR%%/plugins/mini_podcast.png %%DATADIR%%/plugins/place_audio.png %%DATADIR%%/plugins/place_video.png %%DATADIR%%/plugins/plain.php %%DATADIR%%/plugins/share-off.gif %%DATADIR%%/plugins/share-on.gif %%DATADIR%%/plugins/sharing.php %%DATADIR%%/plugins/wordpress.php %%DATADIR%%/plugins/autotag.php %%DATADIR%%/classes/fof-prefs.php %%DATADIR%%/simplepie/simplepie.inc %%DATADIR%%/simplepie/simplepie.patch %%DATADIR%%/fof-config-sample.php %%DATADIR%%/fof-db.php %%DATADIR%%/fof-main.php %%DATADIR%%/fof-render.php %%DATADIR%%/fof.css %%DATADIR%%/fof.js %%DATADIR%%/footer.php %%DATADIR%%/header.php %%DATADIR%%/index.php %%DATADIR%%/install.php %%DATADIR%%/item.php %%DATADIR%%/items.php %%DATADIR%%/LICENSE %%DATADIR%%/login.php %%DATADIR%%/logout.php %%DATADIR%%/opml.php %%DATADIR%%/prefs.php %%DATADIR%%/set-prefs.php %%DATADIR%%/shared.php %%DATADIR%%/sidebar.php %%DATADIR%%/uninstall.php %%DATADIR%%/update-quiet.php %%DATADIR%%/update-single.php %%DATADIR%%/update.php %%DATADIR%%/add-single.php %%DATADIR%%/view-action.php %%DATADIR%%/add-tag.php %%DATADIR%%/add.php %%DATADIR%%/delete.php %%DATADIR%%/favicon.php -@dirrm %%DATADIR%%/prototype -@dirrm %%DATADIR%%/image -@dirrm %%DATADIR%%/plugins -@dirrm %%DATADIR%%/classes -@dirrm %%DATADIR%%/simplepie -@dirrmtry %%DATADIR%% -@dirrmtry www/data