diff options
author | lippe <lippe@FreeBSD.org> | 2008-04-05 06:27:06 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-04-05 06:27:06 +0800 |
commit | 9e1ddcdddb71dd2acd782e48fe8baf8024e0488d (patch) | |
tree | a9673281fbdceb040878526a9a7dfbf90b9f10fd /mail/qsheff | |
parent | 4a16e40b659ba8ab231d88336fa496e6ac03058b (diff) | |
download | freebsd-ports-gnome-9e1ddcdddb71dd2acd782e48fe8baf8024e0488d.tar.gz freebsd-ports-gnome-9e1ddcdddb71dd2acd782e48fe8baf8024e0488d.tar.zst freebsd-ports-gnome-9e1ddcdddb71dd2acd782e48fe8baf8024e0488d.zip |
- Fix build.
- Refine pkg-plist mention on deinstall stage.
- Bump PORTREVISION.
Reported by: pointyhat via erwin/pav
Pointy hat to: lippe
Approved by: gabor (mentor)
Diffstat (limited to 'mail/qsheff')
-rw-r--r-- | mail/qsheff/Makefile | 3 | ||||
-rw-r--r-- | mail/qsheff/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/qsheff/Makefile b/mail/qsheff/Makefile index 63fb953215aa..e53914d9e54e 100644 --- a/mail/qsheff/Makefile +++ b/mail/qsheff/Makefile @@ -7,6 +7,7 @@ PORTNAME= qsheff-II PORTVERSION= 2.1.r3 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.enderunix.org/qsheff/ \ SF/qsheff @@ -28,6 +29,8 @@ EXAMPLES= sample-OK.msg sample-SPAM.msg sample-VIRUS.msg CONTRIB= README qq-custom-error-patch.diff qq-patch.diff \ qsheff-patch.diff FILES= handbook.en.txt handbook.tr.txt spamass-qsheff.en.html +ETCFILES= install-wrapper.sh uninstall-wrapper.sh qsheff.attach-default \ + qsheff.conf-default qsheff.ignore-default qsheff.rules-default CONFIGURE_ARGS+= --with-qmaildir=${QMAIL_PREFIX} diff --git a/mail/qsheff/pkg-plist b/mail/qsheff/pkg-plist index a81bbac1607b..02b3b7c0ceeb 100644 --- a/mail/qsheff/pkg-plist +++ b/mail/qsheff/pkg-plist @@ -35,5 +35,5 @@ bin/qsheff %%PORTDOCS%%@dirrmtry %%EXAMPLESDIR%% @dirrmtry %%ETCDIR%% @unexec echo "" -@unexec echo "Type '%%ETCDIR%%/uninstall-wrapper.sh' to uninstall qSheff completely." +@unexec echo "Type '%%PREFIX%%/etc/uninstall-wrapper.sh' to uninstall qSheff completely." @unexec echo "" |