diff options
author | garga <garga@FreeBSD.org> | 2005-08-19 10:04:31 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-08-19 10:04:31 +0000 |
commit | 23d22039b82a1892d8b4a95fae551719ada3b698 (patch) | |
tree | d4ea3b103920c3f785f0c9d2892105feb3462229 /mail/qsheff/pkg-plist | |
parent | ea2ed3ad9d7fc24233f9ce34623b64d0dd6d87f3 (diff) | |
download | FreeBSD-ports-23d22039b82a1892d8b4a95fae551719ada3b698.zip FreeBSD-ports-23d22039b82a1892d8b4a95fae551719ada3b698.tar.gz |
- Update to 1.0-r3 and make it fetchable again
- Add MASTER_SITE_SOURCEFORGE on MASTER_SITES
PR: ports/84505
Submitted by: maintainer
Reworked by: myself
Approved by: portmgr (krion), maintainer
Diffstat (limited to 'mail/qsheff/pkg-plist')
-rw-r--r-- | mail/qsheff/pkg-plist | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/qsheff/pkg-plist b/mail/qsheff/pkg-plist index cbf605c..9ad58a5 100644 --- a/mail/qsheff/pkg-plist +++ b/mail/qsheff/pkg-plist @@ -11,14 +11,15 @@ etc/qsheff/qsheff.rules-default @unexec if cmp -s %D/etc/qsheff/qsheff.wblist %D/etc/qsheff/qsheff.wblist-default; then rm -f %D/etc/qsheff/qsheff.wblist; fi etc/qsheff/qsheff.wblist-default @exec [ -f %B/qsheff.wblist ] || cp %B/%f %B/qsheff.attach +etc/qsheff/install-wrapper.sh +etc/qsheff/uninstall-wrapper.sh %%DATADIR%%/developer.notes %%DATADIR%%/eicar.com.txt %%DATADIR%%/sample-OK.msg %%DATADIR%%/sample-SPAM.msg %%DATADIR%%/sample-VIRUS.msg -%%DATADIR%%/uninstall.sh @unexec rmdir %D/etc/qsheff 2>/dev/null || true @dirrm %%DATADIR%% -@unexec echo "ATTENTION:" -@unexec echo "1) Remember to restore your qmail-queue program on %%PREFIX%%/bin" -@unexec echo "2) Quarantina directory (/var/spool/qsheffq) not removed. You can remove it manually." +@unexec echo +@unexec echo "Type '%%PREFIX%%/etc/qsheff/uninstall-wrapper.sh' to uninstall qSheff completely." +@unexec echo |