diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 04:09:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 04:09:01 +0000 |
commit | b17ecb3c121abfa0686529accd565ccedf4e2752 (patch) | |
tree | 899101011f7fed967e62c86f98b68147a83ef30f /www/jonah/pkg-plist | |
parent | 4292a42f1e3a8d4f1d11c5ba4b71fedaeb6f10ad (diff) |
Notes
Diffstat (limited to 'www/jonah/pkg-plist')
-rw-r--r-- | www/jonah/pkg-plist | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/www/jonah/pkg-plist b/www/jonah/pkg-plist new file mode 100644 index 000000000000..e60149c64525 --- /dev/null +++ b/www/jonah/pkg-plist @@ -0,0 +1,71 @@ +%%PORTDOCS%%share/doc/jonah/CHANGES +%%PORTDOCS%%share/doc/jonah/COPYING +%%PORTDOCS%%share/doc/jonah/CREDITS +%%PORTDOCS%%share/doc/jonah/HELP +%%PORTDOCS%%share/doc/jonah/INSTALL +%%PORTDOCS%%share/doc/jonah/README +%%JONAHDIR%%/backend.php +%%JONAHDIR%%/channels.php +%%JONAHDIR%%/config/channels.php +%%JONAHDIR%%/config/channels.php.dist +%%JONAHDIR%%/config/conf.php +%%JONAHDIR%%/config/conf.php.dist +%%JONAHDIR%%/config/html.php +%%JONAHDIR%%/config/html.php.dist +%%JONAHDIR%%/graphics/channels/DominoPowerRSSLogo.gif +%%JONAHDIR%%/graphics/channels/OSOlogotext.gif +%%JONAHDIR%%/graphics/channels/PythonPowered.gif +%%JONAHDIR%%/graphics/channels/WindowsCEPowerRSSLogo.gif +%%JONAHDIR%%/graphics/channels/button.jpg +%%JONAHDIR%%/graphics/channels/fm.mini.jpg +%%JONAHDIR%%/graphics/channels/gildot.gif +%%JONAHDIR%%/graphics/channels/gnome-logo-icon.gif +%%JONAHDIR%%/graphics/channels/kdedotnews_88x31.gif +%%JONAHDIR%%/graphics/channels/linuxplanet.gif +%%JONAHDIR%%/graphics/channels/mail-archive.gif +%%JONAHDIR%%/graphics/channels/moreover.gif +%%JONAHDIR%%/graphics/channels/motleyfool.gif +%%JONAHDIR%%/graphics/channels/mynetscape88.gif +%%JONAHDIR%%/graphics/channels/netcenterb.gif +%%JONAHDIR%%/graphics/channels/perl-news-small.gif +%%JONAHDIR%%/graphics/channels/salon.gif +%%JONAHDIR%%/graphics/channels/securityfocus.gif +%%JONAHDIR%%/graphics/channels/segvnowsjr.gif +%%JONAHDIR%%/graphics/channels/slashdotlg.gif +%%JONAHDIR%%/graphics/channels/userfriendly.gif +%%JONAHDIR%%/graphics/channels/wide_open_logo_sm.gif +%%JONAHDIR%%/graphics/jonah.gif +%%JONAHDIR%%/graphics/jonah_whale.gif +%%JONAHDIR%%/index.php +%%JONAHDIR%%/lib/Headlines.php +%%JONAHDIR%%/lib/base.php +%%JONAHDIR%%/lib/htmlgen.php +%%JONAHDIR%%/lib/version.php +%%JONAHDIR%%/scripts/cli-backend.php.orig +%%JONAHDIR%%/scripts/cli-backend.sh +%%JONAHDIR%%/templates/backend/menu.inc +%%JONAHDIR%%/templates/channels/bottom.inc +%%JONAHDIR%%/templates/channels/channels.inc +%%JONAHDIR%%/templates/channels/header.inc +%%JONAHDIR%%/templates/channels/top.inc +%%JONAHDIR%%/templates/common-footer.inc +%%JONAHDIR%%/templates/common-header.inc +%%JONAHDIR%%/templates/index/css.inc +%%JONAHDIR%%/templates/index/notconfigured.inc +%%JONAHDIR%%/test.php +bin/cli-backend.php +etc/horde/httpd.conf.jonah +@dirrm %%JONAHDIR%%/config +@dirrm %%JONAHDIR%%/graphics/channels +@dirrm %%JONAHDIR%%/graphics +@dirrm %%JONAHDIR%%/lib +@dirrm %%JONAHDIR%%/scripts +@dirrm %%JONAHDIR%%/templates/backend +@dirrm %%JONAHDIR%%/templates/channels +@dirrm %%JONAHDIR%%/templates/index +@dirrm %%JONAHDIR%%/templates +@dirrm %%JONAHDIR%% +%%PORTDOCS%%@dirrm share/doc/jonah +@unexec if cmp -s %D/www/horde/config/registry.php %D/www/horde/config/registry.php.afterJonah; then rm -f %D/www/horde/config/registry.php.afterJonah; mv %D/www/horde/config/registry.php.beforeJonah %D/www/horde/config/registry.php; fi +@unexec if cmp -s %D/www/horde/config/horde.php %D/www/horde/config/horde.php.afterJonah; then rm -f %D/www/horde/config/horde.php.afterJonah; mv %D/www/horde/config/horde.php.beforeJonah %D/www/horde/config/horde.php; fi +@unexec if cmp -s %D/etc/php.standalone/php.ini %D/etc/php.standalone/php.ini.afterJonah; then rm -f %D/etc/php.standalone/php.ini.afterJonah; mv %D/etc/php.standalone/php.ini.beforeJonah %D/etc/php.standalone/php.ini; fi |