mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
508a87ccc8
- add spamphobia NoCeM support - take maintainership
43 lines
1.8 KiB
Plaintext
43 lines
1.8 KiB
Plaintext
@exec mkdir -p %%SPOOLDIR%%
|
|
bin/confused
|
|
bin/mmap_tests
|
|
etc/nntpcache/VERSION
|
|
@unexec rm %%SPOOLDIR%%/VERSION 2>&1 >/dev/null || true
|
|
@exec cp %D/%F %%SPOOLDIR%%
|
|
@exec chown -R news:news %%SPOOLDIR%%
|
|
@exec chmod 750 %%SPOOLDIR%%
|
|
@exec chmod 640 %%SPOOLDIR%%/VERSION
|
|
etc/nntpcache/http/index.html
|
|
etc/nntpcache/http/moose.gif
|
|
etc/nntpcache/http/nntpcache.jpg
|
|
etc/nntpcache/innreport.conf-dist
|
|
etc/nntpcache/innreport.pl
|
|
etc/nntpcache/innreport.pm
|
|
etc/nntpcache/newshound.conf-dist
|
|
@unexec if cmp -s %D/etc/nntpcache/nntpcache.access %D/etc/nntpcache/nntpcache.access-dist; then rm -f %D/etc/nntpcache/nntpcache.access; fi
|
|
etc/nntpcache/nntpcache.access-dist
|
|
@unexec if cmp -s %D/etc/nntpcache/nntpcache.config %D/etc/nntpcache/nntpcache.config-dist; then rm -f %D/etc/nntpcache/nntpcache.config; fi
|
|
etc/nntpcache/nntpcache.config-dist
|
|
@unexec if cmp -s %D/etc/nntpcache/nntpcache.servers %D/etc/nntpcache/nntpcache.servers-dist; then rm -f %D/etc/nntpcache/nntpcache.servers; fi
|
|
etc/nntpcache/nntpcache.servers-dist
|
|
@unexec if cmp -s %D/etc/nntpcache/pubring.asc %D/etc/nntpcache/pubring.asc-dist; then rm -f %D/etc/nntpcache/pubring.asc; fi
|
|
etc/nntpcache/pubring.asc-dist
|
|
@unexec if cmp -s %D/etc/nntpcache/pubring.pgp %D/etc/nntpcache/pubring.pgp-dist; then rm -f %D/etc/nntpcache/pubring.pgp; fi
|
|
etc/nntpcache/pubring.pgp-dist
|
|
etc/nntpcache/spam.filter
|
|
include/mmap_results.h
|
|
libexec/nntpcache-gdb.sh
|
|
libexec/nntpcache.gdb
|
|
libexec/nntpcached.debug
|
|
libexec/unixauth
|
|
sbin/innreport.sh
|
|
sbin/newshound
|
|
sbin/newshound.pl
|
|
sbin/nntpcached
|
|
@exec mkdir -p %D/etc/nntpcache/http/innreport/pics
|
|
@dirrm etc/nntpcache/http/innreport/pics
|
|
@dirrm etc/nntpcache/http/innreport
|
|
@dirrm etc/nntpcache/http
|
|
@dirrmtry etc/nntpcache
|
|
@unexec rmdir %%SPOOLDIR%% 2>&1 >/dev/null || echo "If you want to completely remove nntpcached, please execute 'rm -fr %%SPOOLDIR%%' by yourself."; true
|