1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/mail/assp/pkg-plist
Rong-En Fan b54b2ee691 - Update to 1.2.2
- Use new style rc script name (no .sh suffix)
- Add more OPTIONS

PR:		ports/100233
Submitted by:	maintainer
2006-07-18 03:08:23 +00:00

51 lines
1.7 KiB
Plaintext

etc/periodic/daily/510.assp
@dirrmtry etc/periodic/daily
@dirrmtry etc/periodic
lib/assp/addservice.pl
lib/assp/assp.pl
lib/assp/images/assp.css
lib/assp/images/dropShadow.gif
lib/assp/images/editor.css
lib/assp/images/favicon.ico
lib/assp/images/logo.jpg
lib/assp/images/minusIcon.png
lib/assp/images/noIcon.png
lib/assp/images/plusIcon.png
lib/assp/images/shutdown.css
lib/assp/images/sourceforge-logo.gif
lib/assp/images/valid-xhtml10.gif
lib/assp/images/village.gif
lib/assp/images/xml-pill.gif
lib/assp/move2num.pl
lib/assp/nodelay.txt
lib/assp/notspamreport.txt
lib/assp/rebuildspamdb.pl
lib/assp/redremovereport.txt
lib/assp/redre.txt
lib/assp/redreport.txt
lib/assp/repair.pl
lib/assp/spamreport.txt
lib/assp/stat.pl
lib/assp/stats.sh
lib/assp/whiteremovereport.txt
lib/assp/whitereport.txt
%%ASSP_CLAMAV%%lib/assp/freshclam.sh
@dirrm lib/assp/images
@dirrm lib/assp
sbin/assp
sbin/assplog
%%PORTDOCS%%%%DOCSDIR%%/ASSP Documentation.htm
%%PORTDOCS%%%%DOCSDIR%%/Regular Expression Tutorial.htm
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@unexec rm -f %%ASSP_HOME%%/images 2>/dev/null || true
@unexec rm -f %%ASSP_HOME%%/nodelay.txt 2>/dev/null || true
@unexec rm -f %%ASSP_HOME%%/notspamreport.txt 2>/dev/null || true
@unexec rm -f %%ASSP_HOME%%/redremovereport.txt 2>/dev/null || true
@unexec rm -f %%ASSP_HOME%%/redre.txt 2>/dev/null || true
@unexec rm -f %%ASSP_HOME%%/redreport.txt 2>/dev/null || true
@unexec rm -f %%ASSP_HOME%%/spamreport.txt 2>/dev/null || true
@unexec rm -f %%ASSP_HOME%%/whiteremovereport.txt 2>/dev/null || true
@unexec rm -f %%ASSP_HOME%%/whitereport.txt 2>/dev/null || true
@unexec rmdir %%ASSP_HOME%% 2>/dev/null || true
@unexec if [ -d %%ASSP_HOME%% ]; then echo "If you are deinstalling ASSP completely, remove the %%ASSP_HOME%% directory."; fi