Update devel/devhelp to version 3.14.0
[dports.git] / news / nntpcache / pkg-plist
1 @exec mkdir -p %%SPOOLDIR%%
2 bin/confused
3 bin/mmap_tests
4 %%ETCDIR%%/VERSION
5 @unexec rm %%SPOOLDIR%%/VERSION 2>&1 >/dev/null || true
6 @exec cp %D/%F %%SPOOLDIR%%
7 @exec chown -R news:news %%SPOOLDIR%%
8 @exec chmod 750 %%SPOOLDIR%%
9 @exec chmod 640 %%SPOOLDIR%%/VERSION
10 %%ETCDIR%%/http/index.html
11 %%ETCDIR%%/http/moose.gif
12 %%ETCDIR%%/http/nntpcache.jpg
13 %%ETCDIR%%/innreport.conf-dist
14 %%ETCDIR%%/innreport.pl
15 %%ETCDIR%%/innreport.pm
16 %%ETCDIR%%/newshound.conf-dist
17 @unexec if cmp -s %D/%%ETCDIR%%/nntpcache.access %D/etc/nntpcache/nntpcache.access-dist; then rm -f %D/etc/nntpcache/nntpcache.access; fi
18 %%ETCDIR%%/nntpcache.access-dist
19 @exec if [ ! -f %D/%%ETCDIR%%/nttpcache.access ]; then cp -p %D/%F %B/nntpcache.access
20 @unexec if cmp -s %D/%%ETCDIR%%/nntpcache.config %D/etc/nntpcache/nntpcache.config-dist; then rm -f %D/etc/nntpcache/nntpcache.config; fi
21 %%ETCDIR%%/nntpcache.config-dist
22 @exec if [ ! -f %D/%%ETCDIR%%/nttpcache.config ]; then cp -p %D/%F %B/nntpcache.config
23 @unexec if cmp -s %D/%%ETCDIR%%/nntpcache.servers %D/etc/nntpcache/nntpcache.servers-dist; then rm -f %D/etc/nntpcache/nntpcache.servers; fi
24 %%ETCDIR%%/nntpcache.servers-dist
25 @exec if [ ! -f %D/%%ETCDIR%%/nttpcache.servers ]; then cp -p %D/%F %B/nntpcache.servers
26 @unexec if cmp -s %D/%%ETCDIR%%/pubring.asc %D/etc/nntpcache/pubring.asc-dist; then rm -f %D/etc/nntpcache/pubring.asc; fi
27 %%ETCDIR%%/pubring.asc-dist
28 @exec if [ ! -f %D/%%ETCDIR%%/pubring.asc ]; then cp -p %D/%F %B/pubring.asc
29 @unexec if cmp -s %D/%%ETCDIR%%/pubring.pgp %D/etc/nntpcache/pubring.pgp-dist; then rm -f %D/etc/nntpcache/pubring.pgp; fi
30 %%ETCDIR%%/pubring.pgp-dist
31 @exec if [ ! -f %D/%%ETCDIR%%/pubring.pgp ]; then cp -p %D/%F %B/pubring.pgp
32 %%ETCDIR%%/spam.filter
33 include/mmap_results.h
34 libexec/nntpcache-gdb.sh
35 libexec/nntpcache.gdb
36 libexec/nntpcached.debug
37 libexec/unixauth
38 man/man8/newshound.8.gz
39 man/man8/nntpcached.8.gz
40 sbin/innreport.sh
41 sbin/newshound
42 sbin/newshound.pl
43 sbin/nntpcached
44 @exec mkdir -p %D/%%ETCDIR%%/http/innreport/pics
45 @dirrm %%ETCDIR%%/http/innreport/pics
46 @dirrm %%ETCDIR%%/http/innreport
47 @dirrm %%ETCDIR%%/http
48 @dirrmtry %%ETCDIR%%
49 @unexec rmdir %%SPOOLDIR%% 2>&1 >/dev/null || echo "If you want to completely remove nntpcached, please execute 'rm -fr %%SPOOLDIR%%' by yourself."; true